net.sf.jameleon.reporting
Class SimpleTestRunReporter

java.lang.Object
  extended by net.sf.jameleon.reporting.AbstractTestRunReporter
      extended by net.sf.jameleon.reporting.SimpleTestRunReporter
All Implemented Interfaces:
TestRunReporter

public class SimpleTestRunReporter
extends AbstractTestRunReporter

Reports the test run results is a simple form, suitable for STD OUT or a simple text file


Constructor Summary
SimpleTestRunReporter()
           
 
Method Summary
 void reportScriptResult(TestCaseTag tct, TestCaseCounter counter)
          Reports the result of the script.
 void reportTestRunComplete(Calendar startTime, Calendar endTime, TestCaseCounter counter)
          Reports the completion of a test run.
 void reportTestRunStart(Calendar startTime)
          Reports the start of a test run.
 
Methods inherited from class net.sf.jameleon.reporting.AbstractTestRunReporter
cleanUp, getWriter, setWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTestRunReporter

public SimpleTestRunReporter()
Method Detail

reportScriptResult

public void reportScriptResult(TestCaseTag tct,
                               TestCaseCounter counter)
Description copied from interface: TestRunReporter
Reports the result of the script.

Parameters:
tct - The test case of the script
counter - The test case counter of the test run

reportTestRunComplete

public void reportTestRunComplete(Calendar startTime,
                                  Calendar endTime,
                                  TestCaseCounter counter)
Description copied from interface: TestRunReporter
Reports the completion of a test run.

Parameters:
startTime - The time the test run began
endTime - The time the test run was completed
counter - The number of test cases run passed and failed.

reportTestRunStart

public void reportTestRunStart(Calendar startTime)
Description copied from interface: TestRunReporter
Reports the start of a test run.

Parameters:
startTime - The time the test run was kicked off


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