public abstract class AbstractTestRunner extends Object implements ITestRunner
Modifier and Type | Field and Description |
---|---|
protected ControllerJmsDelegate |
_jmsDelegate |
static long |
WAIT_FOREVER |
Modifier | Constructor and Description |
---|---|
protected |
AbstractTestRunner(ParticipatingClients participatingClients,
long commandResponseTimeout,
TestInstance testInstance,
ControllerJmsDelegate jmsDelegate,
long testResultTimeout) |
Modifier and Type | Method and Description |
---|---|
protected TestResult |
doIt() |
TestInstance |
getTestInstance() |
protected void |
validateCommands(List<CommandForClient> commandsForAllClients) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public static final long WAIT_FOREVER
protected ControllerJmsDelegate _jmsDelegate
protected AbstractTestRunner(ParticipatingClients participatingClients, long commandResponseTimeout, TestInstance testInstance, ControllerJmsDelegate jmsDelegate, long testResultTimeout)
public TestInstance getTestInstance()
protected void validateCommands(List<CommandForClient> commandsForAllClients)
protected TestResult doIt()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.