Summary

TestsErrors FailuresSkippedSuccess RateTime
811075%0.201

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

Package List

PackageTestsErrors FailuresSkippedSuccess RateTime
com.shape811075%0.201

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

com.shape

ClassTestsErrors FailuresSkippedSuccess RateTime
CircleTest811075%0.201

Test Cases

CircleTest

testRadius 0.01
expected:<20> but was:<10>
testProperties 0.02
/ by zero

Failure Details

testRadius
junit.framework.AssertionFailedError: expected:<20> but was:<10>
testProperties
java.lang.ArithmeticException: / by zero