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

Author:
scai

Field Summary
static java.lang.String FAIL
           
static java.lang.String OK
           
 
Constructor Summary
TestCaseOutputResult(boolean result)
           
 
Method Summary
 java.lang.String getScript()
           
 void setScript(boolean value)
           
 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
 

Field Detail

OK

public static java.lang.String OK

FAIL

public static java.lang.String FAIL
Constructor Detail

TestCaseOutputResult

public TestCaseOutputResult(boolean result)
Method Detail

toString

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

getScript

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

setScript

public void setScript(boolean value)

setScript

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


Copyright © 2013. All Rights Reserved.