Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
1100.00%0.12

Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
test.org.wcb.plugins.speech 1100.00%0.12

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

test.org.wcb.plugins.speech

ClassTestsErrorsFailuresSuccess RateTime
Error SpeakPluginTestCase 1100.00%0.120

Test Cases

[ summary] [ package list] [ test cases]

SpeakPluginTestCase

Error testHelloWorld0.10
Can't load voice java.io.IOException: Can't load lexicon

Failure details

Error testHelloWorld
Can't load voice java.io.IOException: Can't load lexicon
java.lang.Error: Can't load voice java.io.IOException: Can't load lexicon at com.sun.speech.freetts.Voice.error(Voice.java:796) at com.sun.speech.freetts.Voice.load(Voice.java:253) at com.sun.speech.freetts.jsapi.FreeTTSSynthesizer.setCurrentVoice(FreeTTSSynthesizer.java:144) at com.sun.speech.freetts.jsapi.FreeTTSSynthesizer.handleAllocate(FreeTTSSynthesizer.java:102) at com.sun.speech.engine.BaseEngine.allocate(BaseEngine.java:219) at org.wcb.plugins.speech.SpeakPlugin.createSynthesizer(SpeakPlugin.java:99) at org.wcb.plugins.speech.SpeakPlugin.<init>(SpeakPlugin.java:35) at test.org.wcb.plugins.speech.SpeakPluginTestCase.setUp(SpeakPluginTestCase.java:39)