Package org.opensaml.soap.testing
Class WSBaseTestCase
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.soap.testing.WSBaseTestCase
-
- Direct Known Subclasses:
WSAddressingObjectsTestCase,WSPolicyObjectsTestCase,WSSecurityObjectsTestCase,WSTrustObjectsTestCase
public abstract class WSBaseTestCase extends XMLObjectBaseTestCase
WSBaseTestCase is the base test case for the WS-* packages.
-
-
Field Summary
-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description WSBaseTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T extends XMLObject>
TmarshallAndUnmarshall(T object)-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-