Class SAMLOutboundDestinationHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandlerTest
-
public class SAMLOutboundDestinationHandlerTest extends XMLObjectBaseTestCase
Test theSAMLOutboundDestinationHandler.
-
-
Field Summary
Fields Modifier and Type Field Description private SAMLOutboundDestinationHandlerhandlerprivate MessageContextmessageContext-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description SAMLOutboundDestinationHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestSAML1Response()voidtestSAML2Request()voidtestSAML2Response()-
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
-
handler
private SAMLOutboundDestinationHandler handler
-
messageContext
private MessageContext messageContext
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testSAML1Response
public void testSAML1Response() throws MessageHandlerException- Throws:
MessageHandlerException
-
testSAML2Request
public void testSAML2Request() throws MessageHandlerException- Throws:
MessageHandlerException
-
testSAML2Response
public void testSAML2Response() throws MessageHandlerException- Throws:
MessageHandlerException
-
-