Interface | Description |
---|---|
OperationMixRunner |
Interface for runners which can run operation mixes
|
Class | Description |
---|---|
AbstractOperationMixRunner |
Abstract implementation of an operation mix runner
|
DefaultOperationMixRunner |
Default operation mix runner which runs all the operations in a mix either in
random/non-random order depending on the
Options provided. |
InOrderOperationMixRunner |
An operation mix runner which runs all the operations in the mix in their
exact order
|
SamplingOperationMixRunner |
An operation mix runner that runs a sample of the operations in the mix
respecting whether random order has been selected.
|
Copyright © 2015. All rights reserved.