Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| testFailure | 0 |
| This test always fails. | |
| junit.framework.AssertionFailedError: This test always fails. at junit.framework.Assert.fail(Assert.java:47) at junitour.ExampleTest.testFailure(ExampleTest.java:44)
| |
| testThrowsException | 0 |
| TestCase 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:52)
| |
| testSimpleFailingComparison | 0 |
| expected:<..._just any difference__ ...> but was:<......> | |
| junit.framework.ComparisonFailure: expected:&..._just any difference__ ...& but was:&......& at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at junitour.ExampleTest.testSimpleFailingComparison(ExampleTest.java:59)
| |
| testThrowsError | 0 |
| TestCase 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:66)
| |
| testNoFailureOk | 0 |
| testThrowsThrowable | 0 |
| TestCase 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:76)
| |
| testThrowsRuntimeException | 0 |
| Test, throws a RuntimeException. | |
| java.lang.RuntimeException: Test, throws a RuntimeException. at junitour.ExampleTest.testThrowsRuntimeException(ExampleTest.java:82)
| |
| testThrowsUnitTestIncompleteError | 0 |
| TestCase with fails: it throws an UnitTestIncompleteError (derived from AssertionFailedError). | |
| junitour.UnitTestIncompleteError: TestCase with fails: it throws an UnitTestIncompleteError (derived from AssertionFailedError). at junitour.ExampleTest.testThrowsUnitTestIncompleteError(ExampleTest.java:89)
| |
| testDefinitlyProducesAnError | 0 |
| This produces this error! | |
| java.lang.Exception: This produces this error! at junitour.subpackage.ErrorTest.testDefinitlyProducesAnError(ErrorTest.java:33)
| |
| testFailure | 0 |
| This test always fails. | |
| junit.framework.AssertionFailedError: This test always fails. at junit.framework.Assert.fail(Assert.java:47) at junitour.subpackage.ExampleSubPackageTest.testFailure(ExampleSubPackageTest.java:33)
| |
| testSimpleFailingComparison | 0 |
| expected:<...jey b...> but was:<......> | |
| junit.framework.ComparisonFailure: expected:&...jey b...& but was:&......& at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at junitour.subpackage.ExampleSubPackageTest.testSimpleFailingComparison(ExampleSubPackageTest.java:51)
| |
| testThrowsError | 0 |
| Test, throws an Error. | |
| java.lang.Error: Test, throws an Error. at junitour.subpackage.ExampleSubPackageTest.testThrowsError(ExampleSubPackageTest.java:58)
| |
| testNoFailureOk | 0 |
| testThrowsThrowable | 0 |
| Test, throws a Throwable object. | |
| java.lang.Throwable: Test, throws a Throwable object. at junitour.subpackage.ExampleSubPackageTest.testThrowsThrowable(ExampleSubPackageTest.java:66)
| |
| testThrowsRuntimeException | 0 |
| Test, throws a RuntimeException. | |
| java.lang.RuntimeException: Test, throws a RuntimeException. at junitour.subpackage.ExampleSubPackageTest.testThrowsRuntimeException(ExampleSubPackageTest.java:70)
| |
| testThrowsUnitTestIncompleteError | 0 |
| This method throws the UnitTestIncompleteError. | |
| junitour.UnitTestIncompleteError: This method throws the UnitTestIncompleteError. at junitour.subpackage.ExampleSubPackageTest.testThrowsUnitTestIncompleteError(ExampleSubPackageTest.java:74)
| |
| testError1 | 0 |
| Test, throws a simple Exception. | |
| java.lang.Exception: Test, throws a simple Exception. at junitour.subpackage.ExampleSubPackageTest.testError1(ExampleSubPackageTest.java:43)
| |
| testDefinitlyFails | 0 |
| This fails! | |
| junit.framework.AssertionFailedError: This fails! at junit.framework.Assert.fail(Assert.java:47) at junitour.subpackage.FailingTest.testDefinitlyFails(FailingTest.java:33)
| |
| testIncomplete | 0.016 |
| This test is just incomplete! | |
| junitour.UnitTestIncompleteError: This test is just incomplete! at junitour.subpackage.IncompleteTest.testIncomplete(IncompleteTest.java:34)
| |
| 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! |
| |