Interface ITestSuite

  • All Known Implementing Classes:
    gUnitExecutor, NotifiedTestExecuter

    public interface ITestSuite
    A 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.