public class VUIUnitTestRun
extends java.lang.Object
| Constructor and Description |
|---|
VUIUnitTestRun(com.speechstorm.fish.sites.SiteSummary site_p,
com.speechstorm.fish.blocks.BlockRef block_p,
java.lang.String sScriptToTest_p) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTest(java.lang.String sID_p,
java.lang.String sUnitTestScriptText_p) |
void |
execute(com.speechstorm.fish.sites.Callflow callflow_p) |
java.util.List<VUIUnitTest> |
getResults() |
public VUIUnitTestRun(com.speechstorm.fish.sites.SiteSummary site_p,
com.speechstorm.fish.blocks.BlockRef block_p,
java.lang.String sScriptToTest_p)
public void addTest(java.lang.String sID_p,
java.lang.String sUnitTestScriptText_p)
public void execute(com.speechstorm.fish.sites.Callflow callflow_p)
throws java.lang.Exception
java.lang.Exception - if there was a problem preparing the tests.public java.util.List<VUIUnitTest> getResults()