Package org.opensaml.core.xml.config
Class XMLObjectProviderInitializerTest
- java.lang.Object
-
- org.opensaml.core.testing.InitializerBaseTestCase
-
- org.opensaml.core.testing.XMLObjectProviderInitializerBaseTestCase
-
- org.opensaml.core.xml.config.XMLObjectProviderInitializerTest
-
public class XMLObjectProviderInitializerTest extends XMLObjectProviderInitializerBaseTestCase
Test XMLObject provider initializer for module "core".
-
-
Constructor Summary
Constructors Constructor Description XMLObjectProviderInitializerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InitializergetTestedInitializer()Get the initializer impl to test.protected QName[]getTestedProviders()Get the array of QNames to test from the XMLObjectProviderRegistry.-
Methods inherited from class org.opensaml.core.testing.XMLObjectProviderInitializerBaseTestCase
testProviderInit
-
Methods inherited from class org.opensaml.core.testing.InitializerBaseTestCase
setUp, tearDown
-
-
-
-
Method Detail
-
getTestedInitializer
protected Initializer getTestedInitializer()
Get the initializer impl to test.- Specified by:
getTestedInitializerin classXMLObjectProviderInitializerBaseTestCase- Returns:
- the initializer impl instance
-
getTestedProviders
protected QName[] getTestedProviders()
Get the array of QNames to test from the XMLObjectProviderRegistry.- Specified by:
getTestedProvidersin classXMLObjectProviderInitializerBaseTestCase- Returns:
- an array of XMLObject provider QNames
-
-