Hi,
In the example report below I'm told that an assertTrue failed.
But not which one, and I have multiple!
Am I doing something wrong or is this a general problem?
>From target/surefire-reports/test.SomethingTestCase.txt:
-------------------------------------------------------------------------------
Test set: test.SomethingTestCase
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 19.51
sec <<< FAILURE!
testDuplicateName(test.SomethingTestCase) Time elapsed: 3.756 sec
<<< FAILURE!
java.lang.AssertionError:
at org.junit.Assert.fail(Assert.java:74)
at org.junit.Assert.assertTrue(Assert.java:37)
at org.junit.Assert.assertTrue(Assert.java:46)
at test.SomethingTestCase.testDuplicateName(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
...cut...
Regards
/Ernst
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---