java.lang.Object
com.simscomputing.testbed.DefaultReporter
- All Implemented Interfaces:
- Reporter
- public class DefaultReporter
- extends java.lang.Object
- implements Reporter
A reporter that writes its result to stdout.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:33 $
|
Method Summary |
void |
report(TestResultCollection testResultCollection)
Extracts test results from 'tester' and sends the results to stdout. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultReporter
public DefaultReporter()
report
public void report(TestResultCollection testResultCollection)
- Extracts test results from 'tester' and sends the results to stdout.
- Specified by:
report in interface Reporter