org.antlr.gunit.swingui.model
Class TestCaseOutputResult

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

public class TestCaseOutputResult
extends Object
implements ITestCaseOutput

Author:
scai

Field Summary
static String FAIL
           
static String OK
           
 
Constructor Summary
TestCaseOutputResult(boolean result)
           
 
Method Summary
 String getScript()
           
 void setScript(boolean value)
           
 void setScript(String script)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OK

public static String OK

FAIL

public static String FAIL
Constructor Detail

TestCaseOutputResult

public TestCaseOutputResult(boolean result)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getScript

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

setScript

public void setScript(boolean value)

setScript

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


Copyright © 2011. All Rights Reserved.