 | 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! |
| |