org.jaffa.tools.loadtest
Class TestResultLogger
java.lang.Object
   org.jaffa.tools.loadtest.TestResultLogger
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 running
- iteration- which Iteration its running
- startTime- the start time of the unit test
- endTime- the end time of the unit test
- duration- time taken for the unit test to run in milliseconds
- testCase- name of the test case .
 
Copyright © 2002-2004 JAFFA Project.