Class SAML1ArtifactRequestIssuerHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandlerTest
-
public class SAML1ArtifactRequestIssuerHandlerTest extends OpenSAMLInitBaseTestCase
SAML1ArtifactRequestIssuerHandlerunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private BasicSAMLArtifactMapartifactMapprivate SAML1ArtifactRequestIssuerHandlerhandlerprivate MessageContextmc
-
Constructor Summary
Constructors Constructor Description SAML1ArtifactRequestIssuerHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMissingArtifacts()voidtestNoArtifacts()voidtestNoMessage()voidtestSuccess()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
artifactMap
private BasicSAMLArtifactMap artifactMap
-
mc
private MessageContext mc
-
handler
private SAML1ArtifactRequestIssuerHandler handler
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoMessage
public void testNoMessage() throws MessageHandlerException- Throws:
MessageHandlerException
-
testNoArtifacts
public void testNoArtifacts() throws MessageHandlerException- Throws:
MessageHandlerException
-
testMissingArtifacts
public void testMissingArtifacts() throws MessageHandlerException- Throws:
MessageHandlerException
-
testSuccess
public void testSuccess() throws MessageHandlerException, IOException- Throws:
MessageHandlerExceptionIOException
-
-