public class TestDriver
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestDriver.Builder |
static class |
TestDriver.Event |
static class |
TestDriver.RecurringEvent |
| Constructor and Description |
|---|
TestDriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
await() |
long |
getCallCount() |
long |
getOperationCount() |
long |
getRuntime() |
void |
start() |
void |
stop() |
void |
updateDelta() |
public void start()
public void updateDelta()
public void stop()
public void await()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic long getCallCount()
public long getRuntime()
public long getOperationCount()