| Modifier and Type | Method and Description |
|---|---|
TestTimes |
DriverInterface.runQueueTestCase(DriverInterface.QueueType queueType,
DriverInterface.QueueTestType queueTestType,
int numberOfTimes)
This method is called to run a particular test case on a queue type the specified number of times.
|
TestTimes |
Driver.runQueueTestCase(DriverInterface.QueueType queueType,
DriverInterface.QueueTestType queueTestType,
int numberOfTimes) |
TestTimes |
DriverInterface.runStackTestCase(DriverInterface.StackType stackType,
DriverInterface.StackTestType stackTestType,
int numberOfTimes)
This method is called to run a particular test case on a stack type the specified number of times.
|
TestTimes |
Driver.runStackTestCase(DriverInterface.StackType stackType,
DriverInterface.StackTestType stackTestType,
int numberOfTimes) |