|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestResultDisplayer
This interface has to be implemented in order to customize the way test results are showed at the end of the session.
Method Summary | |
---|---|
void |
showResults(java.util.Map<NodeInfo,TestOutcomeTable> outcomes)
Show the results of the tests contained in the provided map. |
void |
testAccomplished()
This method notifies the end of the test. |
Method Detail |
---|
void showResults(java.util.Map<NodeInfo,TestOutcomeTable> outcomes)
outcomes
- void testAccomplished() throws TestFailedException
TestFailedException
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |