Summary

TestsErrors FailuresSuccess RateTime
209815%0.094

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List

PackageTestsErrors FailuresSuccess RateTime
junitour.subpackage125516.667%0.063
junitour84312.5%0.031

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

junitour.subpackage

ClassTestsErrors FailuresSuccess RateTime
ErrorTest1100%0
ExampleSubPackageTest84312.5%0.047
FailingTest1010%0
IncompleteTest1010%0.016
NoFailuresTest100100%0

junitour

ClassTestsErrors FailuresSuccess RateTime
ExampleTest84312.5%0.031
TextUITest0000%0

Test Cases

ExampleTest

testFailure 0
This test always fails.
testThrowsException 0
TestCase with produces an error: it throws an Exception.
testSimpleFailingComparison 0
expected:<..._just any difference__ ...> but was:<......>
testThrowsError 0
TestCase with produces an error: it throws an Error.
testNoFailureOk0
testThrowsThrowable 0
TestCase with produces an error: it throws a Throwable.
testThrowsRuntimeException 0
Test, throws a RuntimeException.
testThrowsUnitTestIncompleteError 0
TestCase with fails: it throws an UnitTestIncompleteError (derived from AssertionFailedError).

ErrorTest

testDefinitlyProducesAnError 0
This produces this error!

ExampleSubPackageTest

testFailure 0
This test always fails.
testSimpleFailingComparison 0
expected:<...jey b...> but was:<......>
testThrowsError 0
Test, throws an Error.
testNoFailureOk0
testThrowsThrowable 0
Test, throws a Throwable object.
testThrowsRuntimeException 0
Test, throws a RuntimeException.
testThrowsUnitTestIncompleteError 0
This method throws the UnitTestIncompleteError.
testError1 0
Test, throws a simple Exception.

FailingTest

testDefinitlyFails 0
This fails!

IncompleteTest

testIncomplete 0.016
This test is just incomplete!

NoFailuresTest

testNoFailure0

TextUITest

Failure Details

testFailure
junit.framework.AssertionFailedError: This test always fails.
testThrowsException
java.lang.Exception: TestCase with produces an error: it throws an Exception.
testSimpleFailingComparison
junit.framework.ComparisonFailure: expected:<..._just any difference__ ...> but was:<......>
testThrowsError
java.lang.Error: TestCase with produces an error: it throws an Error.
testThrowsThrowable
java.lang.Throwable: TestCase with produces an error: it throws a Throwable.
testThrowsRuntimeException
java.lang.RuntimeException: Test, throws a RuntimeException.
testThrowsUnitTestIncompleteError
junitour.UnitTestIncompleteError: TestCase with fails: it throws an UnitTestIncompleteError (derived from AssertionFailedError).
testDefinitlyProducesAnError
java.lang.Exception: This produces this error!
testFailure
junit.framework.AssertionFailedError: This test always fails.
testSimpleFailingComparison
junit.framework.ComparisonFailure: expected:<...jey b...> but was:<......>
testThrowsError
java.lang.Error: Test, throws an Error.
testThrowsThrowable
java.lang.Throwable: Test, throws a Throwable object.
testThrowsRuntimeException
java.lang.RuntimeException: Test, throws a RuntimeException.
testThrowsUnitTestIncompleteError
junitour.UnitTestIncompleteError: This method throws the UnitTestIncompleteError.
testError1
java.lang.Exception: Test, throws a simple Exception.
testDefinitlyFails
junit.framework.AssertionFailedError: This fails!
testIncomplete
junitour.UnitTestIncompleteError: This test is just incomplete!