Package org.antlr.gunit
Interface ITestSuite
-
- All Known Implementing Classes:
gUnitExecutor,NotifiedTestExecuter
public interface ITestSuiteA gUnit script file is an Antlr "test suite". The interface is defined to allow the Swing GUI test runner be notified when gUnit interpreter runner runs a passed/failed test case. CHANGES: 2009-03-01: SHAOTING - change method return void, parameter test object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFail(ITestCase failTest)voidonPass(ITestCase passTest)
-