jtr.test
Interface ITestResultDisplayer
- All Superinterfaces:
- IFactory
- All Known Implementing Classes:
- DefaultTestResultDisplayer
public interface ITestResultDisplayer
- extends IFactory
This interface has to be implemented in order to customize the way test results
are showed at the end of the session.
- Since:
- 4.0
- Version:
- 4.0
- Author:
- frusso
showResults
void showResults(java.util.Map<NodeInfo,TestOutcomeTable> outcomes)
- Show the results of the tests contained in the provided map.
- Parameters:
outcomes
-