Class VerifyChannelBindingsTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.common.profile.impl.VerifyChannelBindingsTest
-
public class VerifyChannelBindingsTest extends OpenSAMLInitBaseTestCase
VerifyChannelBindingsunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private VerifyChannelBindingsactionprivate ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description VerifyChannelBindingsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMatch()voidtestNoBindings()voidtestNoMatch()voidtestNoMatch2()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
prc
private ProfileRequestContext prc
-
action
private VerifyChannelBindings action
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoBindings
public void testNoBindings() throws MessageHandlerException- Throws:
MessageHandlerException
-
testMatch
public void testMatch() throws MessageHandlerException- Throws:
MessageHandlerException
-
testNoMatch
public void testNoMatch() throws MessageHandlerException- Throws:
MessageHandlerException
-
testNoMatch2
public void testNoMatch2() throws MessageHandlerException- Throws:
MessageHandlerException
-
-