junit-foundation-6.3.0
·
362 commits
to master
since this release
- Add
TestClassWatcher2interface that provides JUnit runner for context with start/finish notifications. - Deprecate corresponding notifications in
TestClassWatcherinterface. - Add implementation to fire
TestClassWatcher2notifications. - README: Update documentation to replace
TestClassWatcherreferences withTestClassWatcher2.