-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExpectedException attribute does not get properly reflected for the test #80
Comments
I have the same issue with JUnit ans EasyTest |
Hey. What version of easytest core are you using ? |
Are you still facing this issue? I am planning to make a new release this weekend and if you still have issue with it let me know so that I can try to actively solve it and place it in the next release. Cheers! |
Hi Anuj, I was using 1.2.1v. I'm not working with the tool now. Thanks, 2014-02-07 9:26 GMT+00:00 Anuj Kumar [email protected]:
|
Thanks Felipedelpiccolo for your response. On Fri, Feb 7, 2014 at 11:29 AM, felipedelpiccolo
|
When a Unit test is run with EasyTest which has @test(expectedException=XXXException.class) annotation, then the test method behaves properly BUT the report generated does not reflect the real picture. The report still shows that the method failed with exception.
The text was updated successfully, but these errors were encountered: