Uses of Class
step.artefacts.Filter
-
Packages that use Filter Package Description step.artefacts step.artefacts.handlers step.artefacts.metrics -
-
Uses of Filter in step.artefacts
Methods in step.artefacts that return types with arguments of type Filter Modifier and Type Method Description java.util.List<Filter>
PerformanceAssert. getFilters()
Method parameters in step.artefacts with type arguments of type Filter Modifier and Type Method Description void
PerformanceAssert. setFilters(java.util.List<Filter> filters)
Constructors in step.artefacts with parameters of type Filter Constructor Description PerformanceAssert(Aggregator aggregator, Comparator comparator, java.lang.Number expectedValue, Filter... filters)
Constructor parameters in step.artefacts with type arguments of type Filter Constructor Description PerformanceAssert(java.util.List<Filter> filters, Aggregator aggregator, Comparator comparator, java.lang.Number expectedValue)
-
Uses of Filter in step.artefacts.handlers
Method parameters in step.artefacts.handlers with type arguments of type Filter Modifier and Type Method Description protected boolean
PerformanceAssertHandler. matchesFilters(java.util.List<Filter> filters, Aggregation aggregation)
-
Uses of Filter in step.artefacts.metrics
Fields in step.artefacts.metrics with type parameters of type Filter Modifier and Type Field Description java.util.List<Filter>
AssertMetric. filters
-