Class AbstractJSONPathAssertionWrapper<G extends org.apache.jmeter.testelement.AbstractTestElement,​F extends org.apache.jmeter.assertions.gui.AbstractAssertionGui>

    • Method Detail

      • getExpectedValue

        public java.lang.String getExpectedValue()
        Value to use for exact matching or regular expression if Match as regular expression is checked.
      • setExpectedValue

        public void setExpectedValue​(java.lang.String expectedValue)
        Value to use for exact matching or regular expression if Match as regular expression is checked.
      • isAdditionallyAssertValue

        public boolean isAdditionallyAssertValue()
        Check the extracted JMESPath against an expected one.
      • setAdditionallyAssertValue

        public void setAdditionallyAssertValue​(boolean additionallyAssertValue)
        Check the extracted JMESPath against an expected one.
      • isExpectNull

        public boolean isExpectNull()
        expect the value to be null.
      • setExpectNull

        public void setExpectNull​(boolean expectNull)
        expect the value to be null.
      • isInvert

        public boolean isInvert()
        Invert assertion (will fail if above conditions met).
      • setInvert

        public void setInvert​(boolean invert)
        Invert assertion (will fail if above conditions met).
      • isRegex

        public boolean isRegex()
        use a regular expression for matching.
      • setRegex

        public void setRegex​(boolean isRegex)
        use a regular expression for matching.