Class SAMLMessageInfoContextTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.common.messaging.context.tests.SAMLMessageInfoContextTest
-
public class SAMLMessageInfoContextTest extends XMLObjectBaseTestCase
Test theSAMLMessageInfoContext. Note: this test appears in the -impl module rather than the -api module because we need to build actual SAMLObject instances. Can't have circular dependencies in Maven.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate InstantissueInstant-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description SAMLMessageInfoContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestNonMessageContextParent()voidtestNonSAMLMessage()voidtestNoParent()voidtestSAML1Request()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
-
-
-
-
Method Detail
-
setUp
@BeforeClass public void setUp()
-
testNoParent
public void testNoParent()
-
testNonMessageContextParent
public void testNonMessageContextParent()
-
testNonSAMLMessage
public void testNonSAMLMessage()
-
testSAML2Request
public void testSAML2Request()
-
testSAML2Response
public void testSAML2Response()
-
testSAML1Request
public void testSAML1Request()
-
testSAML1Response
public void testSAML1Response()
-
-