-
Bug
-
Resolution: Done
-
Major
-
recorder_1.0.0.Alpha1
-
None
When I have
@Test(expected = SomeException.class) public void someTest() { throw new SomeException("this is test exception"); }
It should not appear in resulting report. Take JUnit @Rule into account as well.
Take into consideration various test frameworks.