Package org.antlr.gunit.swingui.model
Interface ITestCaseOutput
-
- All Known Implementing Classes:
TestCaseOutputAST
,TestCaseOutputResult
,TestCaseOutputReturn
,TestCaseOutputStdOut
public interface ITestCaseOutput
- Author:
- scai
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getScript()
void
setScript(java.lang.String script)
-