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 Object
implements ITestCaseInput

Author:
scai

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

TestCaseInputFile

public TestCaseInputFile(String file)
Method Detail

getLabel

public String getLabel()

setScript

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

toString

public String toString()
Overrides:
toString in class Object

getScript

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


Copyright © 2011. All Rights Reserved.