| |
|
| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.assertions.XPathAssertion
getResult | public AssertionResult getResult(SampleResult response)(Code) | | Returns the result of the Assertion. Checks if the result is well-formed
XML, and that the XPath expression is matched (or not, as the case may
be)
|
getXPathString | public String getXPathString()(Code) | | Get The XPath String that will be used in matching the document
String xpath String |
isNamespace | public boolean isNamespace()(Code) | | Is this namespace aware?
boolean |
isNegated | public boolean isNegated()(Code) | | Negate the XPath test, that is return true if something is not found.
boolean negated |
isTolerant | public boolean isTolerant()(Code) | | Is this using tolerant mode?
boolean |
isValidating | public boolean isValidating()(Code) | | Is this validating
boolean |
isWhitespace | public boolean isWhitespace()(Code) | | Is this whitepsace ignored.
boolean |
setNamespace | public void setNamespace(boolean namespace)(Code) | | Set whether this is namespace aware
Parameters: namespace - |
setNegated | public void setNegated(boolean negate)(Code) | | |
setTolerant | public void setTolerant(boolean tolerant)(Code) | | Set tolerant mode if required
Parameters: tolerant - true/false |
setValidating | public void setValidating(boolean validate)(Code) | | Set use validation
Parameters: validate - |
setWhitespace | public void setWhitespace(boolean whitespace)(Code) | | Set whether to ignore element whitespace
Parameters: whitespace - |
setXPathString | public void setXPathString(String xpath)(Code) | | Set the XPath String this will be used as an xpath
Parameters: xpath - String |
|
|
|