Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.simscomputing.testbed
Class DefaultReporter  view DefaultReporter download DefaultReporter.java

java.lang.Object
  extended bycom.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 $

Constructor Summary
DefaultReporter()
           
 
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
 

Constructor Detail

DefaultReporter

public DefaultReporter()
Method Detail

report

public void report(TestResultCollection testResultCollection)
Extracts test results from 'tester' and sends the results to stdout.

Specified by:
report in interface Reporter