Uses of Interface
net.sf.jameleon.reporting.TestRunReporter

Packages that use TestRunReporter
net.sf.jameleon.reporting   
 

Uses of TestRunReporter in net.sf.jameleon.reporting
 

Classes in net.sf.jameleon.reporting that implement TestRunReporter
 class AbstractTestRunReporter
           
 class HtmlTestRunReporter
          Reports on all script results in a given test run as a summary in HTML.
 class SimpleTestRunReporter
          Reports the test run results is a simple form, suitable for STD OUT or a simple text file
 

Methods in net.sf.jameleon.reporting that return TestRunReporter
 TestRunReporter ResultsReporter.getHtmlTestRunReporter()
           
 TestRunReporter ResultsReporter.getSimpleTestRunReporter()
           
 

Methods in net.sf.jameleon.reporting with parameters of type TestRunReporter
 void ResultsReporter.setHtmlTestRunReporter(TestRunReporter htmlTestRunReporter)
           
 void ResultsReporter.setSimpleTestRunReporter(TestRunReporter simpleTestRunReporter)
           
 



Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.