接口的使用
org.antlr.gunit.ITestCase
-
使用ITestCase的程序包 程序包 说明 org.antlr.gunit org.antlr.gunit.swingui.runner -
-
org.antlr.gunit中ITestCase的使用
实现ITestCase的org.antlr.gunit中的类 修饰符和类型 类 说明 class
AbstractTest
class
BooleanTest
class
OutputTest
OutputTest represents a test for not only standard output string, but also AST output which is actually a return value from a parser.class
ReturnTest
参数类型为ITestCase的org.antlr.gunit中的方法 修饰符和类型 方法 说明 void
gUnitExecutor. onFail(ITestCase failTest)
void
ITestSuite. onFail(ITestCase failTest)
void
gUnitExecutor. onPass(ITestCase passTest)
void
ITestSuite. onPass(ITestCase passTest)
-
org.antlr.gunit.swingui.runner中ITestCase的使用
参数类型为ITestCase的org.antlr.gunit.swingui.runner中的方法 修饰符和类型 方法 说明 void
NotifiedTestExecuter. onFail(ITestCase failTest)
void
NotifiedTestExecuter. onPass(ITestCase passTest)
-