public class MockServer extends AbstractTestComponent
| Constructor and Description |
|---|
MockServer(TestComponentData data,
MockConfig config) |
| Modifier and Type | Method and Description |
|---|---|
int |
callCount() |
void |
clean(boolean bForce) |
protected Operation |
getStartOperation() |
protected Operation |
getStopOperation() |
boolean |
isRunning() |
void |
prepare() |
executeStartOperation, getCleanOrder, getComponentName, getHost, getInstallationDir, getLogDir, getPort, getServer, performFailedOperation, performOperation, performStopOperation, performSuccessOperation, restart, start, stop, verifyProcessStoppedpublic MockServer(TestComponentData data, MockConfig config)
protected Operation getStartOperation()
getStartOperation in class AbstractTestComponentprotected Operation getStopOperation()
getStopOperation in class AbstractTestComponentpublic boolean isRunning()
public void prepare()
public void clean(boolean bForce)
public int callCount()