TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.auto.gui.internal.runner
Interface AutoGUIRunner.ITestRunnerDelegator

All Known Implementing Classes:
AutoGUIPlayAction
Enclosing interface:
AutoGUIRunner

public static interface AutoGUIRunner.ITestRunnerDelegator

A primitive interface used to notify the status of the test runs to a caller that invokes this test runner.


Method Summary
 void finishedTestRun()
          Invoked to indicate the end of a test suite run
 

Method Detail

finishedTestRun

public void finishedTestRun()
Invoked to indicate the end of a test suite run


TPTP 4.4.0 Testing Tools Project
Internal API Specification