Class XPath2AssertionWrapper

    • Method Detail

      • namespacesProp

        protected java.lang.String namespacesProp()
      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
        Specified by:
        getGuiClass in interface JMeterGUIWrapper<org.apache.jmeter.assertions.gui.XPath2AssertionGui>
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
        Specified by:
        getTestClass in interface TestElementWrapper<org.apache.jmeter.assertions.XPath2Assertion>
      • getXpath

        public java.lang.String getXpath()
        XPath to match in the document.
      • setXpath

        public void setXpath​(java.lang.String xpath)
        XPath to match in the document.
      • isNegate

        public boolean isNegate()
        Will fail if xpath expression returns true or matches, succeed otherwise.
      • setNegate

        public void setNegate​(boolean negate)
        Will fail if xpath expression returns true or matches, succeed otherwise.
      • getNamespaces

        public java.util.List<java.lang.String> getNamespaces()
        List of namespace aliases prefix=full namespace.
      • setNamespaces

        public void setNamespaces​(java.util.List<java.lang.String> namespaces)
        List of namespace aliases prefix=full namespace.