Class ExtractChannelBindingsHeadersHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandlerTest
-
public class ExtractChannelBindingsHeadersHandlerTest extends OpenSAMLInitBaseTestCase
ExtractChannelBindingsHeadersHandlerunit test.
-
-
Constructor Summary
Constructors Constructor Description ExtractChannelBindingsHeadersHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestActor()Test that the handler works with non-default actor flags.voidtestMissingEnvelope()Test that the handler returns nothing on a missing SOAP context.voidtestNoHeaders()Test that the handler does nothing when no headers exist.voidtestSuccess()Test that the handler works.-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Method Detail
-
testMissingEnvelope
public void testMissingEnvelope() throws MessageHandlerException, ComponentInitializationExceptionTest that the handler returns nothing on a missing SOAP context.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
testNoHeaders
public void testNoHeaders() throws MessageHandlerException, ComponentInitializationExceptionTest that the handler does nothing when no headers exist.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
testSuccess
public void testSuccess() throws MessageHandlerException, ComponentInitializationExceptionTest that the handler works.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
testActor
public void testActor() throws MessageHandlerException, ComponentInitializationExceptionTest that the handler works with non-default actor flags.- Throws:
MessageHandlerException- ...ComponentInitializationException- ...
-
-