Class AddConsentToResponseHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml2.binding.impl.AddConsentToResponseHandlerTest
-
public class AddConsentToResponseHandlerTest extends OpenSAMLInitBaseTestCase
AddConsentToResponseHandlerunit test.
-
-
Constructor Summary
Constructors Constructor Description AddConsentToResponseHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestMissingContext()Test that the handler errors on a missing context.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 context.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
testSuccess
public void testSuccess() throws MessageHandlerException, ComponentInitializationExceptionTest that the handler works.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
-