Class FunctionDrivenMetadataIndexTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.metadata.resolver.index.impl.FunctionDrivenMetadataIndexTest
-
public class FunctionDrivenMetadataIndexTest extends OpenSAMLInitBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private EntityDescriptoraprivate EntityDescriptorbprivate EntityDescriptorcprivate MetadataIndexKeykeyAprivate FunctionDrivenMetadataIndexmetadataIndex
-
Constructor Summary
Constructors Constructor Description FunctionDrivenMetadataIndexTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestGenerateKeysFromCriteria()voidtestGenerateKeysFromDescriptor()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
metadataIndex
private FunctionDrivenMetadataIndex metadataIndex
-
a
private EntityDescriptor a
-
b
private EntityDescriptor b
-
c
private EntityDescriptor c
-
keyA
private MetadataIndexKey keyA
-
-