public class PerformanceAssert
extends step.core.artefacts.AbstractArtefact
| Constructor and Description | 
|---|
PerformanceAssert()  | 
PerformanceAssert(Aggregator aggregator,
                 Comparator comparator,
                 Number expectedValue,
                 Filter... filters)  | 
PerformanceAssert(List<Filter> filters,
                 Aggregator aggregator,
                 Comparator comparator,
                 Number expectedValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
Aggregator | 
getAggregator()  | 
Comparator | 
getComparator()  | 
step.core.dynamicbeans.DynamicValue<Number> | 
getExpectedValue()  | 
List<Filter> | 
getFilters()  | 
boolean | 
isPropertyArefact()  | 
void | 
setAggregator(Aggregator aggregator)  | 
void | 
setComparator(Comparator comparator)  | 
void | 
setExpectedValue(step.core.dynamicbeans.DynamicValue<Number> expectedValue)  | 
void | 
setFilters(List<Filter> filters)  | 
addAttachment, addChild, addCustomAttribute, equals, getArtefactName, getAttachments, getChildren, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isUseDynamicName, setAttachments, setChildren, setCustomAttributes, setDescription, setDynamicName, setNameDynamically, setPersistNode, setSkipNode, setUseDynamicNameaddAttribute, getAttribute, getAttributes, hasAttribute, setAttributespublic PerformanceAssert()
public PerformanceAssert(Aggregator aggregator, Comparator comparator, Number expectedValue, Filter... filters)
public PerformanceAssert(List<Filter> filters, Aggregator aggregator, Comparator comparator, Number expectedValue)
public boolean isPropertyArefact()
isPropertyArefact in class step.core.artefacts.AbstractArtefactpublic Aggregator getAggregator()
public void setAggregator(Aggregator aggregator)
public Comparator getComparator()
public void setComparator(Comparator comparator)
public step.core.dynamicbeans.DynamicValue<Number> getExpectedValue()
public void setExpectedValue(step.core.dynamicbeans.DynamicValue<Number> expectedValue)
Copyright © 2020. All rights reserved.