net.sf.jameleon.reporting
Class SimpleTestRunReporter
java.lang.Object
net.sf.jameleon.reporting.AbstractTestRunReporter
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTestRunReporter
public SimpleTestRunReporter()
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 scriptcounter
- 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 beganendTime
- The time the test run was completedcounter
- 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.