org.antlr.gunit.swingui.model
Class TestCaseInputFile

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

public class TestCaseInputFile
extends java.lang.Object
implements ITestCaseInput

Author:
scai

Constructor Summary
TestCaseInputFile(java.lang.String file)
           
 
Method Summary
 java.lang.String getLabel()
           
 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

TestCaseInputFile

public TestCaseInputFile(java.lang.String file)
Method Detail

getLabel

public java.lang.String getLabel()

setScript

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

toString

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

getScript

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


Copyright © 2013. All Rights Reserved.