Class HTMLAssertionWrapper

    • Method Detail

      • getFilePath

        protected java.lang.String getFilePath()
      • 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.HTMLAssertionGui>
      • 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.HTMLAssertion>
      • getErrorThreshold

        public java.lang.Integer getErrorThreshold()
        Number of errors allowed before classing the response as failed.
      • setErrorThreshold

        public void setErrorThreshold​(java.lang.Integer errorThreshold)
        Number of errors allowed before classing the response as failed.
      • getWarningThreshold

        public java.lang.Integer getWarningThreshold()
        Number of errors allowed before classing the response as failed.
      • setWarningThreshold

        public void setWarningThreshold​(java.lang.Integer warningThreshold)
        Number of errors allowed before classing the response as failed.
      • setFormat

        public void setFormat​(HTMLAssertionWrapper.Format format)
        Number of warnings allowed before classing the response as failed.
      • isErrorOnly

        public boolean isErrorOnly()
        Number of warnings allowed before classing the response as failed.
      • setErrorOnly

        public void setErrorOnly​(boolean errorOnly)
        Number of warnings allowed before classing the response as failed.
      • getFilename

        public java.lang.String getFilename()
      • setFilename

        public void setFilename​(java.lang.String filename)