|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.gunit.gUnitExecutor
org.antlr.gunit.swingui.runner.NotifiedTestExecuter
public class NotifiedTestExecuter
The gUnit test executer that will respond to the fail/pass event during the execution. The executer is passed into gUnit Interp for execution.
Field Summary |
---|
Fields inherited from class org.antlr.gunit.gUnitExecutor |
---|
failures, grammarInfo, invalids, numOfFailure, numOfInvalidInput, numOfSuccess, numOfTest |
Constructor Summary | |
---|---|
NotifiedTestExecuter(GrammarInfo grammarInfo,
java.lang.ClassLoader loader,
java.lang.String testsuiteDir,
TestSuite suite)
|
Method Summary | |
---|---|
void |
onFail(ITestCase failTest)
|
void |
onPass(ITestCase passTest)
|
Methods inherited from class org.antlr.gunit.gUnitExecutor |
---|
classForName, execTest, getGrammarClassLoader, runLexer, runParser, runTreeParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotifiedTestExecuter(GrammarInfo grammarInfo, java.lang.ClassLoader loader, java.lang.String testsuiteDir, TestSuite suite)
Method Detail |
---|
public void onFail(ITestCase failTest)
onFail
in interface ITestSuite
onFail
in class gUnitExecutor
public void onPass(ITestCase passTest)
onPass
in interface ITestSuite
onPass
in class gUnitExecutor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |