Package org.opensaml.xmlsec.algorithm
Class AlgorithmRegistryTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.xmlsec.algorithm.AlgorithmRegistryTest
-
public class AlgorithmRegistryTest extends OpenSAMLInitBaseTestCase
Tests for the AlgorithmRegistry.
-
-
Field Summary
Fields Modifier and Type Field Description private SecurityProviderTestSupportproviderSupport
-
Constructor Summary
Constructors Constructor Description AlgorithmRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[][]loadBCTestData()voidtestDigestIndexing()voidtestGlobalRegistryGetByType()voidtestGlobalRegistryPresence()voidtestGlobalRegistryRuntimeSupported(boolean loadBC)voidtestRegistrationAndDeregistration()voidtestSignatureIndexing()voidtestTypeIndexing()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
providerSupport
private SecurityProviderTestSupport providerSupport
-
-
Method Detail
-
loadBCTestData
@DataProvider public Object[][] loadBCTestData()
-
testRegistrationAndDeregistration
public void testRegistrationAndDeregistration()
-
testTypeIndexing
public void testTypeIndexing()
-
testSignatureIndexing
public void testSignatureIndexing()
-
testDigestIndexing
public void testDigestIndexing()
-
testGlobalRegistryPresence
public void testGlobalRegistryPresence()
-
testGlobalRegistryGetByType
public void testGlobalRegistryGetByType()
-
testGlobalRegistryRuntimeSupported
public void testGlobalRegistryRuntimeSupported(boolean loadBC) throws InitializationException- Throws:
InitializationException
-
-