org.apache.jmeter.assertions
Class MD5HexAssertion
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.assertions.MD5HexAssertion
- All Implemented Interfaces:
- Assertion, Cloneable, Serializable, TestElement
- public class MD5HexAssertion
- extends AbstractTestElement
- implements Serializable, Assertion
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
MD5HexAssertion
public MD5HexAssertion()
getResult
public AssertionResult getResult(SampleResult response)
- Description copied from interface:
Assertion
- Returns the AssertionResult object encapsulating information about the
success or failure of the assertion.
- Specified by:
getResult
in interface Assertion
- Parameters:
response
- the SampleResult containing information about the
Sample (duration, success, etc)
- Returns:
- the AssertionResult containing the information about whether the
assertion passed or failed.
setAllowedMD5Hex
public void setAllowedMD5Hex(String hex)
getAllowedMD5Hex
public String getAllowedMD5Hex()
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.