org.antlr.gunit.swingui.model
Class TestCaseInputString

java.lang.Object
  extended by org.antlr.gunit.swingui.model.TestCaseInputString
All Implemented Interfaces:
ITestCaseInput

public class TestCaseInputString
extends Object
implements ITestCaseInput

Author:
scai

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

Constructor Detail

TestCaseInputString

public TestCaseInputString(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

setScript

public void setScript(String script)
Specified by:
setScript in interface ITestCaseInput

getScript

public String getScript()
Specified by:
getScript in interface ITestCaseInput


Copyright © 2011. All Rights Reserved.