| |
|
| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.assertions.HTMLAssertion
DEFAULT_DOCTYPE | final public static String DEFAULT_DOCTYPE(Code) | | |
ERRORS_ONLY_KEY | final public static String ERRORS_ONLY_KEY(Code) | | |
ERROR_THRESHOLD_KEY | final public static String ERROR_THRESHOLD_KEY(Code) | | |
WARNING_THRESHOLD_KEY | final public static String WARNING_THRESHOLD_KEY(Code) | | |
HTMLAssertion | public HTMLAssertion()(Code) | | |
getDoctype | public String getDoctype()(Code) | | Gets the doctype
the documemt type |
getErrorThreshold | public long getErrorThreshold()(Code) | | Gets the threshold setting for errors
long error threshold |
getFilename | public String getFilename()(Code) | | Sets the name of the file where tidy writes the output to
name of file |
getResult | public AssertionResult getResult(SampleResult inResponse)(Code) | | Returns the result of the Assertion. If so an AssertionResult containing
a FailureMessage will be returned. Otherwise the returned AssertionResult
will reflect the success of the Sample.
|
getWarningThreshold | public long getWarningThreshold()(Code) | | Gets the threshold setting for warnings
long warning threshold |
isErrorsOnly | public boolean isErrorsOnly()(Code) | | Check if errors will be reported only
boolean - report errors only? |
isHTML | public boolean isHTML()(Code) | | Check if html validation mode is set
boolean |
isXHTML | public boolean isXHTML()(Code) | | Check if xhtml validation mode is set
boolean |
isXML | public boolean isXML()(Code) | | Check if xml validation mode is set
boolean |
setDoctype | public void setDoctype(String inDoctype)(Code) | | Sets the doctype setting
Parameters: inDoctype - |
setErrorThreshold | public void setErrorThreshold(long inErrorThreshold)(Code) | | Sets the threshold on error level
Parameters: inErrorThreshold - |
setErrorsOnly | public void setErrorsOnly(boolean inErrorsOnly)(Code) | | Sets if errors shoud be tracked only
Parameters: inErrorsOnly - |
setFilename | public void setFilename(String inName)(Code) | | Sets the name of the tidy output file
Parameters: inName - |
setHTML | public void setHTML()(Code) | | Enables html validation mode
|
setWarningThreshold | public void setWarningThreshold(long inWarningThreshold)(Code) | | Sets the threshold on warning level
Parameters: inWarningThreshold - |
setXHTML | public void setXHTML()(Code) | | Enables xhtml validation mode
|
setXML | public void setXML()(Code) | | Enables xml validation mode
|
|
|
|