org.jaffa.tools.loadtest
Class TestResultLogger
java.lang.Object
org.jaffa.tools.loadtest.TestResultLogger
- public class TestResultLogger
- extends Object
- Author:
- MaheshD
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultLogger
public TestResultLogger(String webRoot,
String fileName)
- Creates a new instance of TestResultLogger
- Parameters:
fileName - File name to which the Test Results are written
output
public void output(int threadNo,
int iteration,
String startTime,
String endTime,
String duration,
String testCase,
String success)
- Writes out the Result Set to the file.
- Parameters:
threadNo - thread number which it is runningiteration - which Iteration its runningstartTime - the start time of the unit testendTime - the end time of the unit testduration - time taken for the unit test to run in millisecondstestCase - name of the test case .
Copyright © 2002-2004 JAFFA Project.