@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented @Beta public @interface ProcessedBy
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends ScenarioProcessor> |
value
The processor for this smoke test.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
processCompleteInput
If set to true, no permutations will be applied to the test data.
|
boolean |
processInParallel
If set to true, the methods of the test class will be processed in parallel
|
public abstract Class<? extends ScenarioProcessor> value
public abstract boolean processCompleteInput
public abstract boolean processInParallel
Copyright © 2016. All Rights Reserved.