Class PerformanceAssert


  • public class PerformanceAssert
    extends step.core.artefacts.AbstractArtefact
    • Field Summary

      • Fields inherited from class step.core.artefacts.AbstractArtefact

        attachments, children, customAttributes, description, dynamicName, persistNode, useDynamicName
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Aggregator getAggregator()  
      Comparator getComparator()  
      step.core.dynamicbeans.DynamicValue<java.lang.Number> getExpectedValue()  
      java.util.List<Filter> getFilters()  
      boolean isPropertyArefact()  
      void setAggregator​(Aggregator aggregator)  
      void setComparator​(Comparator comparator)  
      void setExpectedValue​(step.core.dynamicbeans.DynamicValue<java.lang.Number> expectedValue)  
      void setFilters​(java.util.List<Filter> filters)  
      • Methods inherited from class step.core.artefacts.AbstractArtefact

        addAttachment, addChild, addCustomAttribute, equals, getArtefactName, getAttachments, getChildren, getContinueParentNodeExecutionOnError, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getInstrumentNode, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isUseDynamicName, setAttachments, setChildren, setContinueParentNodeExecutionOnError, setCustomAttributes, setDescription, setDynamicName, setInstrumentNode, setNameDynamically, setPersistNode, setSkipNode, setUseDynamicName
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, getCustomField, getCustomField, getCustomFields, getId, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PerformanceAssert

        public PerformanceAssert()
      • PerformanceAssert

        public PerformanceAssert​(Aggregator aggregator,
                                 Comparator comparator,
                                 java.lang.Number expectedValue,
                                 Filter... filters)
      • PerformanceAssert

        public PerformanceAssert​(java.util.List<Filter> filters,
                                 Aggregator aggregator,
                                 Comparator comparator,
                                 java.lang.Number expectedValue)
    • Method Detail

      • isPropertyArefact

        public boolean isPropertyArefact()
        Overrides:
        isPropertyArefact in class step.core.artefacts.AbstractArtefact
      • getFilters

        public java.util.List<Filter> getFilters()
      • setFilters

        public void setFilters​(java.util.List<Filter> filters)
      • getAggregator

        public Aggregator getAggregator()
      • setAggregator

        public void setAggregator​(Aggregator aggregator)
      • getComparator

        public Comparator getComparator()
      • setComparator

        public void setComparator​(Comparator comparator)
      • getExpectedValue

        public step.core.dynamicbeans.DynamicValue<java.lang.Number> getExpectedValue()
      • setExpectedValue

        public void setExpectedValue​(step.core.dynamicbeans.DynamicValue<java.lang.Number> expectedValue)