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 |
getOperationExcludes
public <T extends Options> List<Integer> getOperationOrder(T options, OperationMix mix)
MixOrderProvider
options
- 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 MixOrderProvider
reportOperationOrder
in class AbstractMixOrderProvider
Copyright © 2016. All rights reserved.