程序包 org.antlr.gunit

接口 ITestSuite

  • 所有已知实现类:
    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.
    • 方法详细资料

      • onPass

        void onPass​(ITestCase passTest)
      • onFail

        void onFail​(ITestCase failTest)