Class ResolveArtifactsTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml1.profile.impl.ResolveArtifactsTest
-
public class ResolveArtifactsTest extends OpenSAMLInitBaseTestCase
ResolveArtifactsunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private ResolveArtifactsactionprivate BasicSAMLArtifactMapartifactMapprivate ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description ResolveArtifactsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMissingArtifacts()voidtestMultiple()voidtestNoArtifacts()voidtestNoRequest()voidtestNoResponse()voidtestOne()voidtestWrongIdP()voidtestWrongMessageType()voidtestWrongSP()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
artifactMap
private BasicSAMLArtifactMap artifactMap
-
prc
private ProfileRequestContext prc
-
action
private ResolveArtifacts action
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoRequest
public void testNoRequest()
-
testNoArtifacts
public void testNoArtifacts()
-
testNoResponse
public void testNoResponse()
-
testMissingArtifacts
public void testMissingArtifacts() throws IOException- Throws:
IOException
-
testWrongMessageType
public void testWrongMessageType() throws IOException- Throws:
IOException
-
testWrongSP
public void testWrongSP() throws IOException- Throws:
IOException
-
testWrongIdP
public void testWrongIdP() throws IOException- Throws:
IOException
-
testOne
public void testOne() throws IOException- Throws:
IOException
-
testMultiple
public void testMultiple() throws IOException- Throws:
IOException
-
-