Class SizeAssertionWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
      • getSize

        public java.lang.String getSize()
        The number of bytes to use in testing the size of the response (or value of the JMeter variable)..
      • setSize

        public void setSize​(java.lang.String size)
        The number of bytes to use in testing the size of the response (or value of the JMeter variable)..
      • getComparisonType

        public SizeAssertionWrapper.Operator getComparisonType()
        Whether to test that the response is equal to, greater than, less than, or not equal to, the number of bytes specified.
      • setComparisonType

        public void setComparisonType​(SizeAssertionWrapper.Operator comparisonType)
        Whether to test that the response is equal to, greater than, less than, or not equal to, the number of bytes specified.