org.antlr.gunit.swingui.model
Class TestCaseOutputAST

java.lang.Object
  extended by org.antlr.gunit.swingui.model.TestCaseOutputAST
All Implemented Interfaces:
ITestCaseOutput

public class TestCaseOutputAST
extends java.lang.Object
implements ITestCaseOutput

Author:
scai

Constructor Summary
TestCaseOutputAST(java.lang.String script)
           
 
Method Summary
 java.lang.String getScript()
           
 void setScript(java.lang.String script)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseOutputAST

public TestCaseOutputAST(java.lang.String script)
Method Detail

setScript

public void setScript(java.lang.String script)
Specified by:
setScript in interface ITestCaseOutput

getScript

public java.lang.String getScript()
Specified by:
getScript in interface ITestCaseOutput

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.