| Package | Description | 
|---|---|
| step.artefacts | 
| Modifier and Type | Method and Description | 
|---|---|
Comparator | 
PerformanceAssert.getComparator()  | 
static Comparator | 
Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Comparator[] | 
Comparator.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.setComparator(Comparator comparator)  | 
| 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.