Class ExtractProxiedRequestersHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml2.binding.impl.ExtractProxiedRequestersHandlerTest
-
public class ExtractProxiedRequestersHandlerTest extends OpenSAMLInitBaseTestCase
ExtractProxiedRequestersHandlerunit test.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SAMLObjectBuilder<RequesterID>requesterIDBuilder(package private) SAMLObjectBuilder<Scoping>scopingBuilder
-
Constructor Summary
Constructors Constructor Description ExtractProxiedRequestersHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMissingRequest()Test that the handler errors on a missing request.voidtestSuccess()Test that the handler works.-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
scopingBuilder
SAMLObjectBuilder<Scoping> scopingBuilder
-
requesterIDBuilder
SAMLObjectBuilder<RequesterID> requesterIDBuilder
-
-
Method Detail
-
setUp
@BeforeClass public void setUp()
-
testMissingRequest
public void testMissingRequest() throws MessageHandlerException, ComponentInitializationExceptionTest that the handler errors on a missing request.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
testSuccess
public void testSuccess() throws MessageHandlerException, ComponentInitializationExceptionTest that the handler works.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
-