Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
11 0 0 0 100% 0.319

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.05
org.openfdc.task.wordcount.state 1 0 0 0 100% 0.269

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.019
WordStatBeanTest 3 0 0 0 100% 0.014
WordCountTest 4 0 0 0 100% 0.017

org.openfdc.task.wordcount.state

Class Tests Errors Failures Skipped Success Rate Time
MachineTest 1 0 0 0 100% 0.269

Test Cases

MachineTest

testService 0.214

WordCountBeanTest

testGetTotalWordCount 0.008
testGetOrderedList 0.003
testToString 0.003

WordStatBeanTest

testEquals 0.001
testCompareTo 0.004
testArrayOfBeans 0.002

WordCountTest

testNullInput 0.002
testEmptyInput 0.002
testZeroSize 0.002
testValidInput1Word 0.003