Stefan Miklosovic created ARQ-1679:
--------------------------------------
Summary: 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
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...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira