Unit Test Results

Designed for use with JUnitour, JUnit and Ant.

Summary

TestsFailuresErrorsIncompleteSuccess rateTime
2169328.57%0.581
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.
NameTestsErrorsFailuresIncompleteTime(s)
junitour94310.170
junitour.subpackage125320.411

Package junitour

NameTestsErrorsFailuresIncompleteTime(s)
ExampleTest84210.100
TextUITest10100.070
Back to top

Package junitour.subpackage

NameTestsErrorsFailuresIncompleteTime(s)
ErrorTest11000.081
ExampleSubPackageTest84210.100
FailingTest10100.090
IncompleteTest10010.080
NoFailuresTest10000.060
Back to top


TestCase ErrorTest

NameStatusTypeTime(s)
testDefinitlyProducesAnErrorErrorThis produces this error!

java.lang.Exception: This produces this error!
at junitour.subpackage.ErrorTest.testDefinitlyProducesAnError(ErrorTest.java:30)
0.020
Properties »

Back to top

TestCase ExampleSubPackageTest

NameStatusTypeTime(s)
testFailureFailureThis test always fails.

junit.framework.AssertionFailedError: This test always fails.
at junitour.subpackage.ExampleSubPackageTest.testFailure(ExampleSubPackageTest.java:33)
0.020
testError1ErrorTest, throws a simple Exception.

java.lang.Exception: Test, throws a simple Exception.
at junitour.subpackage.ExampleSubPackageTest.testError1(ExampleSubPackageTest.java:43)
0.010
testSimpleFailingComparisonFailureexpected:<...jey b...> but was:<......>

junit.framework.ComparisonFailure: expected:<...jey b...> but was:<......>
at junitour.subpackage.ExampleSubPackageTest.testSimpleFailingComparison(ExampleSubPackageTest.java:51)
0.000
testThrowsErrorErrorTest, throws an Error.

java.lang.Error: Test, throws an Error.
at junitour.subpackage.ExampleSubPackageTest.testThrowsError(ExampleSubPackageTest.java:58)
0.010
testNoFailureOkSuccess0.000
testThrowsThrowableErrorTest, throws a Throwable object.

java.lang.Throwable: Test, throws a Throwable object.
at junitour.subpackage.ExampleSubPackageTest.testThrowsThrowable(ExampleSubPackageTest.java:66)
0.000
testThrowsRuntimeExceptionErrorTest, throws a RuntimeException.

java.lang.RuntimeException: Test, throws a RuntimeException.
at junitour.subpackage.ExampleSubPackageTest.testThrowsRuntimeException(ExampleSubPackageTest.java:70)
0.010
testThrowsUnitTestIncompleteErrorIncompleteThis method throws the UnitTestIncompleteError.0.000
Properties »

Back to top

TestCase ExampleTest

NameStatusTypeTime(s)
testFailureFailureThis test always fails.

junit.framework.AssertionFailedError: This test always fails.
at junitour.ExampleTest.testFailure(ExampleTest.java:41)
0.010
testThrowsExceptionErrorTestCase with produces an error: it throws an Exception.

java.lang.Exception: TestCase with produces an error: it throws an Exception.
at junitour.ExampleTest.testThrowsException(ExampleTest.java:49)
0.010
testSimpleFailingComparisonFailureexpected:<..._just any difference__ ...> but was:<......>

junit.framework.ComparisonFailure: expected:<..._just any difference__ ...> but was:<......>
at junitour.ExampleTest.testSimpleFailingComparison(ExampleTest.java:56)
0.010
testThrowsErrorErrorTestCase with produces an error: it throws an Error.

java.lang.Error: TestCase with produces an error: it throws an Error.
at junitour.ExampleTest.testThrowsError(ExampleTest.java:63)
0.010
testNoFailureOkSuccess0.000
testThrowsThrowableErrorTestCase with produces an error: it throws a Throwable.

java.lang.Throwable: TestCase with produces an error: it throws a Throwable.
at junitour.ExampleTest.testThrowsThrowable(ExampleTest.java:73)
0.010
testThrowsRuntimeExceptionErrorTest, throws a RuntimeException.

java.lang.RuntimeException: Test, throws a RuntimeException.
at junitour.ExampleTest.testThrowsRuntimeException(ExampleTest.java:79)
0.000
testThrowsUnitTestIncompleteErrorIncompleteTestCase with fails: it throws an UnitTestIncompleteError (derived from AssertionFailedError).0.000
Properties »

Back to top

TestCase FailingTest

NameStatusTypeTime(s)
testDefinitlyFailsFailureThis fails!

junit.framework.AssertionFailedError: This fails!
at junitour.subpackage.FailingTest.testDefinitlyFails(FailingTest.java:30)
0.020
Properties »

Back to top

TestCase IncompleteTest

NameStatusTypeTime(s)
testIncompleteIncompleteThis test is just incomplete!0.020
Properties »

Back to top

TestCase NoFailuresTest

NameStatusTypeTime(s)
testNoFailureSuccess0.010
Properties »

Back to top

TestCase TextUITest

NameStatusTypeTime(s)
warningFailureNo tests found in junitour.TextUITest

junit.framework.AssertionFailedError: No tests found in junitour.TextUITest
0.020
Properties »

Back to top