[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
1 | 1 | 0 | 0.00% | 0.12 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
test.org.wcb.plugins.speech | 1 | 1 | 0 | 0.00% | 0.12 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
SpeakPluginTestCase | 1 | 1 | 0 | 0.00% | 0.120 |
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)
|