Uses of Class
step.artefacts.Aggregator
-
Packages that use Aggregator Package Description step.artefacts -
-
Uses of Aggregator in step.artefacts
Methods in step.artefacts that return Aggregator Modifier and Type Method Description Aggregator
PerformanceAssert. getAggregator()
static Aggregator
Aggregator. valueOf(java.lang.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.Methods in step.artefacts with parameters of type Aggregator Modifier and Type Method Description void
PerformanceAssert. setAggregator(Aggregator aggregator)
Constructors in step.artefacts with parameters of type Aggregator Constructor Description PerformanceAssert(java.util.List<Filter> filters, Aggregator aggregator, Comparator comparator, java.lang.Number expectedValue)
PerformanceAssert(Aggregator aggregator, Comparator comparator, java.lang.Number expectedValue, Filter... filters)
-