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 java.lang.Object
implements ITestCaseInput

Author:
scai

Constructor Summary
TestCaseInputString(java.lang.String text)
           
 
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

TestCaseInputString

public TestCaseInputString(java.lang.String text)
Method Detail

toString

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

setScript

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

getScript

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


Copyright © 2013. All Rights Reserved.