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

Quick Search    Search Deep

com.simscomputing.testbed
Interface Reporter  view Reporter download Reporter.java

All Known Implementing Classes:
DefaultReporter

public interface Reporter

A reporter shows the results of a test. All reporters, such as DefaultReporter and HtmlReporter, implement Reporter.

Version:
$Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:34 $

Method Summary
 void report(TestResultCollection testResultCollection)
           
 

Method Detail

report

public void report(TestResultCollection testResultCollection)