| Package | Description | 
|---|---|
| step.artefacts | 
| Modifier and Type | Method and Description | 
|---|---|
Aggregator | 
PerformanceAssert.getAggregator()  | 
static Aggregator | 
Aggregator.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Aggregator[] | 
Aggregator.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PerformanceAssert.setAggregator(Aggregator aggregator)  | 
| Constructor and Description | 
|---|
PerformanceAssert(Aggregator aggregator,
                 Comparator comparator,
                 Number expectedValue,
                 Filter... filters)  | 
PerformanceAssert(List<Filter> filters,
                 Aggregator aggregator,
                 Comparator comparator,
                 Number expectedValue)  | 
Copyright © 2020. All rights reserved.