org.antlr.gunit.swingui.model
Class TestCase
java.lang.Object
org.antlr.gunit.swingui.model.TestCase
public class TestCase
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestCase
public TestCase(ITestCaseInput input,
ITestCaseOutput output)
isPass
public boolean isPass()
setPass
public void setPass(boolean value)
getInput
public ITestCaseInput getInput()
getOutput
public ITestCaseOutput getOutput()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setInput
public void setInput(ITestCaseInput in)
setOutput
public void setOutput(ITestCaseOutput out)
convertPreservedChars
public static java.lang.String convertPreservedChars(java.lang.String input)
Copyright © 2011. All Rights Reserved.