Class DOMMetadataResolverTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.metadata.resolver.impl.DOMMetadataResolverTest
-
public class DOMMetadataResolverTest extends XMLObjectBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private CriteriaSetcriteriaSetprivate StringentityIDprivate FilemdFileprivate DOMMetadataResolvermetadataProvider-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description DOMMetadataResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestFilterFailureAndNoFailFast()voidtestGetEntityDescriptor()-
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
-
metadataProvider
private DOMMetadataResolver metadataProvider
-
mdFile
private File mdFile
-
entityID
private String entityID
-
criteriaSet
private CriteriaSet criteriaSet
-
-
Method Detail
-
testGetEntityDescriptor
public void testGetEntityDescriptor() throws ResolverException- Throws:
ResolverException
-
testFilterFailureAndNoFailFast
public void testFilterFailureAndNoFailFast() throws URISyntaxException, XMLParserException, IOException, ResolverException
-
-