Skip to content

junit-foundation-6.3.0

Choose a tag to compare

@sbabcoc sbabcoc released this 09 Nov 20:45
· 362 commits to master since this release
  • Add TestClassWatcher2 interface that provides JUnit runner for context with start/finish notifications.
  • Deprecate corresponding notifications in TestClassWatcher interface.
  • Add implementation to fire TestClassWatcher2 notifications.
  • README: Update documentation to replace TestClassWatcher references with TestClassWatcher2.