[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
8 | 1 | 1 | 0 | 75.0% | 0.201 s |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
com.shape | 8 | 1 | 1 | 0 | 75.0% | 0.201 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
CircleTest | 8 | 1 | 1 | 0 | 75.0% | 0.201 s |
[Summary] [Package List] [Test Cases]
testX | 0.010 s | |
testY | 0 s | |
testXY | 0 s | |
testRadius | 0.010 s | |
- | expected:<20> but was:<10> | - |
testProperties | 0.020 s | |
- | / by zero | - |
testPI | 0 s | |
testCircumference | 0.010 s | |
testDiameter | 0 s |
[Summary] [Package List] [Test Cases]
testRadius | |
- | junit.framework.AssertionFailedError: expected:<20> but was:<10> |
- | |
testProperties | |
- | java.lang.ArithmeticException: / by zero |
- |