Class BasicDynamicTrustedNamesStrategyTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.metadata.resolver.filter.impl.BasicDynamicTrustedNamesStrategyTest
-
public class BasicDynamicTrustedNamesStrategyTest extends XMLObjectBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private BasicDynamicTrustedNamesStrategystrategy-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description BasicDynamicTrustedNamesStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAffiliationDescriptor()voidtestEntitiesDescriptor()voidtestEntityDescriptor()voidtestNull()voidtestRoleDescriptor()voidtestUnknown()-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
strategy
private BasicDynamicTrustedNamesStrategy strategy
-
-
Method Detail
-
testEntityDescriptor
public void testEntityDescriptor()
-
testEntitiesDescriptor
public void testEntitiesDescriptor()
-
testRoleDescriptor
public void testRoleDescriptor()
-
testAffiliationDescriptor
public void testAffiliationDescriptor()
-
testUnknown
public void testUnknown()
-
testNull
public void testNull()
-
-