org.apache.jmeter.assertions
Interface Assertion
- BeanShellAssertion, BSFAssertion, DurationAssertion, HTMLAssertion, MD5HexAssertion, ResponseAssertion, SizeAssertion, XMLAssertion, XMLSchemaAssertion, XPathAssertion
public interface Assertion
An Assertion checks a SampleResult to determine whether or not it is
successful. The resulting success status can be obtained from a corresponding
Assertion Result. For example, if a web response doesn't contain an expected
expression, it would be considered a failure.
getResult
public AssertionResult getResult(SampleResult response)
Returns the AssertionResult object encapsulating information about the
success or failure of the assertion.
response
- the SampleResult containing information about the Sample
(duration, success, etc)
- the AssertionResult containing the information about whether the
assertion passed or failed.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.