Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
10 0 0 0 100% 0.217

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

Package List


Package Tests Errors Failures Skipped Success Rate Time
org.openfdc.task.wordcount 10 0 0 0 100% 0.217

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

org.openfdc.task.wordcount

Class Tests Errors Failures Skipped Success Rate Time
WordCountBeanTest 3 0 0 0 100% 0.184
WordStatBeanTest 3 0 0 0 100% 0.012
WordCountTest 4 0 0 0 100% 0.021

Test Cases

WordCountBeanTest

testGetTotalWordCount 0.067
testGetOrderedList 0.003
testToXmlString 0.067

WordStatBeanTest

testEquals 0.002
testCompareTo 0.002
testArrayOfBeans 0.002

WordCountTest

testNullInput 0.007
testEmptyInput 0.002
testZeroSize 0.002
testValidInput1Word 0.003