org.mactor.framework
Class MockRunner

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

public class MockRunner
extends java.lang.Object

Author:
Lars Ivar Almli

Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
MockRunner(int numberOfTestThreads, java.util.List<TestSpec> testSpecs, TestFeedbackListener fl)
           
 
Method Summary
protected  void finalize()
           
 void start()
           
 void stop()
           
 void 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

MockRunner

public MockRunner(int numberOfTestThreads,
                  java.util.List<TestSpec> testSpecs,
                  TestFeedbackListener fl)
           throws MactorException
Throws:
MactorException
Method Detail

start

public void start()
           throws MactorException
Throws:
MactorException

waitForCompletion

public void 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.