Package org.opensaml.soap.wspolicy.impl
Class WSPolicyObjectsTestCase
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.soap.testing.WSBaseTestCase
-
- org.opensaml.soap.wspolicy.impl.WSPolicyObjectsTestCase
-
public class WSPolicyObjectsTestCase extends WSBaseTestCase
WSPolicyObjectTestCase is the test case for the WS-policy objects.
-
-
Field Summary
Fields Modifier and Type Field Description org.slf4j.Loggerlogprivate static QNameTEST_ELEMENT_QNAMEQName for test wildcard element.-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description WSPolicyObjectsTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestAll()voidtestAppliesTo()voidtestExactlyOne()voidtestPolicy()voidtestPolicyAttachment()voidtestPolicyReference()-
Methods inherited from class org.opensaml.soap.testing.WSBaseTestCase
marshallAndUnmarshall
-
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
-
-
-
-
Field Detail
-
log
public org.slf4j.Logger log
-
TEST_ELEMENT_QNAME
private static final QName TEST_ELEMENT_QNAME
QName for test wildcard element.
-
-