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

        _id, customFields
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class step.core.artefacts.AbstractArtefact

        addAttachment, addChild, addCustomAttribute, equals, getArtefactName, getAttachments, getChildren, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getInstrumentNode, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isUseDynamicName, setAttachments, setChildren, 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
    • Method Detail

      • isPropertyArefact

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

        public void setFilters​(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<Number> getExpectedValue()
      • setExpectedValue

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