org.mactor.framework
Class TestRunner

java.lang.Object
  extended by org.mactor.framework.TestRunner

public class TestRunner
extends java.lang.Object

Author:
Lars Ivar Almli

Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
TestRunner(int numberOfTestThreads, TestSpec testSpec, DataTable testData, TestFeedbackListener fl)
           
 
Method Summary
protected  void finalize()
           
 void start()
           
 void stop()
           
 int waitForCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
Constructor Detail

TestRunner

public TestRunner(int numberOfTestThreads,
                  TestSpec testSpec,
                  DataTable testData,
                  TestFeedbackListener fl)
           throws MactorException
Throws:
MactorException
Method Detail

start

public void start()
           throws MactorException
Throws:
MactorException

waitForCompletion

public int waitForCompletion()

stop

public void stop()

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable


Copyright © 2008. All Rights Reserved.