org.mactor.framework
Class TestEngine

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

public class TestEngine
extends java.lang.Object

The test-runner implementation

Author:
Lars Ivar Almli

Nested Class Summary
static class TestEngine.IncomingMessage
           
static class TestEngine.MessageWaiter
           
 
Field Summary
protected static org.apache.log4j.Logger log
           
protected static org.apache.log4j.Logger test_timing_log
           
 
Constructor Summary
TestEngine(java.lang.String testRunInstanceId, TestContextImpl context, TestFeedbackListener feedbackListener)
           
 
Method Summary
 void runTest(int testDataIndex)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log

test_timing_log

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

TestEngine

public TestEngine(java.lang.String testRunInstanceId,
                  TestContextImpl context,
                  TestFeedbackListener feedbackListener)
           throws MactorException
Throws:
MactorException
Method Detail

stop

public void stop()

runTest

public void runTest(int testDataIndex)
             throws MactorException
Throws:
MactorException


Copyright © 2008. All Rights Reserved.