Uses of Class
step.artefacts.Comparator
-
Packages that use Comparator Package Description step.artefacts -
-
Uses of Comparator in step.artefacts
Methods in step.artefacts that return Comparator Modifier and Type Method Description Comparator
PerformanceAssert. getComparator()
static Comparator
Comparator. valueOf(java.lang.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.Methods in step.artefacts with parameters of type Comparator Modifier and Type Method Description void
PerformanceAssert. setComparator(Comparator comparator)
Constructors in step.artefacts with parameters of type Comparator 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)
-