public class ResolveArtifactsTest
extends org.opensaml.core.OpenSAMLInitBaseTestCase
ResolveArtifacts unit test.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.saml.saml1.profile.impl.ResolveArtifacts |
action |
private org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap |
artifactMap |
private ProfileRequestContext<org.opensaml.saml.saml1.core.Request,org.opensaml.saml.saml1.core.Response> |
prc |
| Constructor and Description |
|---|
ResolveArtifactsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testMissingArtifacts() |
void |
testMultiple() |
void |
testNoArtifacts() |
void |
testNoRequest() |
void |
testNoResponse() |
void |
testOne() |
void |
testWrongIdP() |
void |
testWrongMessageType() |
void |
testWrongSP() |
private org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap artifactMap
private ProfileRequestContext<org.opensaml.saml.saml1.core.Request,org.opensaml.saml.saml1.core.Response> prc
private org.opensaml.saml.saml1.profile.impl.ResolveArtifacts action
public void setUp()
throws ComponentInitializationException
ComponentInitializationExceptionpublic void testNoRequest()
public void testNoArtifacts()
public void testNoResponse()
public void testMissingArtifacts()
throws IOException
IOExceptionpublic void testWrongMessageType()
throws IOException
IOExceptionpublic void testWrongSP()
throws IOException
IOExceptionpublic void testWrongIdP()
throws IOException
IOExceptionpublic void testOne()
throws IOException
IOExceptionpublic void testMultiple()
throws IOException
IOExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.