org.antlr.gunit.swingui.runner
Class NotifiedTestExecuter
java.lang.Object
org.antlr.gunit.gUnitExecutor
org.antlr.gunit.swingui.runner.NotifiedTestExecuter
- All Implemented Interfaces:
- ITestSuite
public class NotifiedTestExecuter
- extends gUnitExecutor
The gUnit test executer that will respond to the fail/pass event during the
execution. The executer is passed into gUnit Interp for execution.
- Author:
- scai
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifiedTestExecuter
public NotifiedTestExecuter(GrammarInfo grammarInfo,
ClassLoader loader,
String testsuiteDir,
TestSuite suite)
onFail
public void onFail(ITestCase failTest)
- Specified by:
onFail in interface ITestSuite- Overrides:
onFail in class gUnitExecutor
onPass
public void onPass(ITestCase passTest)
- Specified by:
onPass in interface ITestSuite- Overrides:
onPass in class gUnitExecutor
Copyright © 2011. All Rights Reserved.