org.jaffa.tools.loadtest
Class TestResultLogger

java.lang.Object
  extended byorg.jaffa.tools.loadtest.TestResultLogger

public class TestResultLogger
extends Object

Author:
MaheshD

Constructor Summary
TestResultLogger(String webRoot, String fileName)
          Creates a new instance of TestResultLogger
 
Method Summary
 void output(int threadNo, int iteration, String startTime, String endTime, String duration, String testCase, String success)
          Writes out the Result Set to the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultLogger

public TestResultLogger(String webRoot,
                        String fileName)
Creates a new instance of TestResultLogger

Parameters:
fileName - File name to which the Test Results are written
Method Detail

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.