Class ExtractConsentFromRequestHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml2.binding.impl.ExtractConsentFromRequestHandlerTest
-
public class ExtractConsentFromRequestHandlerTest extends OpenSAMLInitBaseTestCase
ExtractConsentFromRequestHandlerunit test.
-
-
Constructor Summary
Constructors Constructor Description ExtractConsentFromRequestHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestMissingContext()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
-
-
-
-
Method Detail
-
testMissingContext
public void testMissingContext() 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- ...
-
-