Package org.apache.jmeter.assertions
Class XMLSchemaAssertion
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.assertions.XMLSchemaAssertion
- All Implemented Interfaces:
Serializable
,Cloneable
,Assertion
,Searchable
,TestElement
XMLSchemaAssertion.java Validate response against an XML Schema author
Dave Maung
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.apache.jmeter.testelement.TestElement
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResult
(SampleResult response) getResultvoid
setXsdFileName
(String xmlSchemaFileName) Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
-
Field Details
-
FILE_NAME_IS_REQUIRED
- See Also:
-
JAXP_SCHEMA_LANGUAGE
- See Also:
-
W3C_XML_SCHEMA
- See Also:
-
JAXP_SCHEMA_SOURCE
- See Also:
-
XSD_FILENAME_KEY
- See Also:
-
-
Constructor Details
-
XMLSchemaAssertion
public XMLSchemaAssertion()
-
-
Method Details
-
getResult
getResult -
setXsdFileName
- Throws:
IllegalArgumentException
-
getXsdFileName
-