Unit Test Results. Build time: 2012-06-05 03:17:20

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
31133.33%0.126
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time Stamp
com.some.pckge3110.1262012-06-05T01:17:22

Package com.some.pckge

NameTestsErrorsFailuresTime(s)Time Stamp
SomeClassTest3110.1262012-06-05T01:17:22
Back to top


TestCase SomeClassTest

NameStatusTypeTime(s)
SomeMethodSucessSuccess0.000
SomeMethodFailureFailureCall returned unexpected int val. expected:<1> but was:<0>

junit.framework.AssertionFailedError: Call returned unexpected int val. expected:<1> but was:<0>
at com.some.pckge.SomeClassTest.SomeMethodFailure(Unknown Source)
0.000
SomeMethodErrorErrorParam < 0!

java.lang.RuntimeException: Param < 0!
at com.some.pckge.SomeClass.someMethod(SomeClass.java:17)
at com.some.pckge.SomeClassTest.SomeMethodError(Unknown Source)
0.000
Properties »

Back to top