Create comprehensive watcher finder method
·
269 commits
to master
since this release
- Add comprehensive
LifecycleHooks.getAttachedWatcher()method to enable tests to harvest values collected by attached JUnit watchers. TheHookInstallationTestclass uses this method to harvest method names seen by theUnitTestWatcherclass during test execution. - Add
LifecycleHooks.getAttachedListener()method to enable tests to harvest values collected by attached JUnit run listeners. - These methods invoke identically-named package-private methods of internal implementation classes.