sbabcoc / JUnit-Foundation

JUnit Foundation is a lightweight collection of JUnit watchers, interfaces, and static utility classes that supplement and augment the functionality provided by the JUnit API.
Apache License 2.0
22 stars 6 forks source link

Turns out framework methods and test classes aren't unique contexts #29

Closed sbabcoc closed 5 years ago

sbabcoc commented 5 years ago

Capture the runners that own each thread context; replace uses of TestClass with ParentRunner; add runner argument to MethodWatcher notifications; make explicit use of AtomicTest objects in RunWatcher notifications; promote TestClassWatcher2 to sole interface.