Execution.ExecutionState| Modifier and Type | Field and Description |
|---|---|
protected From |
from |
protected Function<Integer,Long> |
function |
protected Over |
over |
protected To |
to |
| Constructor and Description |
|---|
Pattern(From from,
To to,
Over over,
Function<Integer,Long> function) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Enum<E>> |
execute(StatisticsHolder<E> statisticsHolder,
Scenario scenario,
Map<Class<? extends Configuration>,Configuration> configurations,
List<AssertionEvaluator> assertions) |
String |
toString() |
markExecutionStatepublic <E extends Enum<E>> void execute(StatisticsHolder<E> statisticsHolder, Scenario scenario, Map<Class<? extends Configuration>,Configuration> configurations, List<AssertionEvaluator> assertions) throws TestException
execute in class ExecutionTestExceptionCopyright © 2023. All rights reserved.