public class InOrderMixOrderProvider extends AbstractMixOrderProvider
| Constructor and Description |
|---|
InOrderMixOrderProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
getOperationOrder(T options,
OperationMix mix)
Gets the order in which the runner should run the operations
|
<T extends Options> |
reportOperationOrder(T options)
Returns
false since there is no need to report the operation
order since it will always be the same |
getOperationExcludespublic <T extends Options> List<Integer> getOperationOrder(T options, OperationMix mix)
MixOrderProvideroptions - Optionsmix - Mix containing the operations to be runpublic <T extends Options> boolean reportOperationOrder(T options)
false since there is no need to report the operation
order since it will always be the samereportOperationOrder in interface MixOrderProviderreportOperationOrder in class AbstractMixOrderProviderCopyright © 2016. All rights reserved.