Name | Status | Type | Time(s) |
testFailure | Failure | This test always fails.
junit.framework.AssertionFailedError: This test always fails. at junitour.subpackage.ExampleSubPackageTest.testFailure(ExampleSubPackageTest.java:33)
| 0.020 |
testError1 | Error | Test, throws a simple Exception.
java.lang.Exception: Test, throws a simple Exception. at junitour.subpackage.ExampleSubPackageTest.testError1(ExampleSubPackageTest.java:43)
| 0.010 |
testSimpleFailingComparison | Failure | expected:<...jey b...> but was:<......>
junit.framework.ComparisonFailure: expected:<...jey b...> but was:<......> at junitour.subpackage.ExampleSubPackageTest.testSimpleFailingComparison(ExampleSubPackageTest.java:51)
| 0.000 |
testThrowsError | Error | Test, throws an Error.
java.lang.Error: Test, throws an Error. at junitour.subpackage.ExampleSubPackageTest.testThrowsError(ExampleSubPackageTest.java:58)
| 0.010 |
testNoFailureOk | Success | | 0.000 |
testThrowsThrowable | Error | Test, throws a Throwable object.
java.lang.Throwable: Test, throws a Throwable object. at junitour.subpackage.ExampleSubPackageTest.testThrowsThrowable(ExampleSubPackageTest.java:66)
| 0.000 |
testThrowsRuntimeException | Error | Test, throws a RuntimeException.
java.lang.RuntimeException: Test, throws a RuntimeException. at junitour.subpackage.ExampleSubPackageTest.testThrowsRuntimeException(ExampleSubPackageTest.java:70)
| 0.010 |
testThrowsUnitTestIncompleteError | Incomplete | This method throws the UnitTestIncompleteError. | 0.000 |