jtr.remote.test
Interface TestOutcomeCollector
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- TestOutcomeCollectorImpl
public interface TestOutcomeCollector
- extends java.rmi.Remote
This interface defines the contract exposed by a JTR-service in charge of
collecting test-outcomes originated at remote JTR-nodes.
- Since:
- 4.0
- Version:
- 5.0
- Author:
- frusso
provideTestOutcome
void provideTestOutcome(NodeInfo srcJtrNode,
TestOutcomeTable outcome)
throws java.rmi.RemoteException
- Provide the collector with a new JTR-test outcome, along with the
description of the originating node.
- Parameters:
srcJtrNode
- The originating JTR-nodeoutcome
- The test outcome
- Throws:
java.rmi.RemoteException