Class PopulateECPContextTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml2.profile.impl.PopulateECPContextTest
-
public class PopulateECPContextTest extends OpenSAMLInitBaseTestCase
Unit test forPopulateECPContext.
-
-
Field Summary
Fields Modifier and Type Field Description private PopulateECPContextactionprivate ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description PopulateECPContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAuthenticated()voidtestEncrypted()voidtestUnencrypted()voidtestUnsignedUnencrypted()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
prc
private ProfileRequestContext prc
-
action
private PopulateECPContext action
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws NoSuchAlgorithmException, NoSuchProviderException
-
testUnsignedUnencrypted
public void testUnsignedUnencrypted() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testAuthenticated
public void testAuthenticated() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testUnencrypted
public void testUnencrypted() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testEncrypted
public void testEncrypted() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
-