When expected exception is thrown in test method, reporter should not
report it
-------------------------------------------------------------------------------
Key: ARQ-1679
URL:
https://issues.jboss.org/browse/ARQ-1679
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Extension - Recorder
Affects Versions: recorder_1.0.0.Alpha1
Reporter: Stefan Miklosovic
Assignee: Stefan Miklosovic
Fix For: recorder_1.0.0.Alpha4
When I have
{code}
@Test(expected = SomeException.class)
public void someTest() {
throw new SomeException("this is test exception");
}
{code}
It should not appear in resulting report. Take JUnit @Rule into account as well.
Take into consideration various test frameworks.
https://github.com/arquillian/arquillian-recorder/blob/1.0.0.Alpha1/arqui...