TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.manual.runner.model
Interface IVerdictListener

All Known Implementing Classes:
ExecutionManager, TestInvocationExecutionPanel, TestSuiteTreeModel

Deprecated. As of TPTP v4.1.0, replaced by one or more classes in the #org.eclipse.tptp.test.manual.runner.core.internal.model package.

public interface IVerdictListener

Since:
1.0.2

Method Summary
 void handleVerdict(TestInvocation testInvocation)
          Deprecated.  
 

Method Detail

handleVerdict

public void handleVerdict(TestInvocation testInvocation)
Deprecated. 

TPTP 4.2.0 Testing Tools Project
Public API Specification