Add support for expected exceptions
·
264 commits
to master
since this release
- Create
AtomicTestobject prior to execution of first "particle" method, storing it in a map keyed with the associated runner. - Add methods:
LifecycleHooks.getAtomicTestOf(Object)RunAnnouncer.newAtomicTest(Description)RunAnnouncer.getAtomicTestOf(Object)RunAnnouncer.setTestFailure(Failure)
- Update
RunAnnouncerlistener methods to create and use a singleAtomicTestobject for the entire run of each "atomic" test.