Package org.opensaml.xmlsec.impl
Class AbstractSecurityParametersResolverTest
java.lang.Object
org.opensaml.core.testing.OpenSAMLInitBaseTestCase
org.opensaml.core.testing.XMLObjectBaseTestCase
org.opensaml.xmlsec.impl.AbstractSecurityParametersResolverTest
public class AbstractSecurityParametersResolverTest
extends org.opensaml.core.testing.XMLObjectBaseTestCase
Test various aspects of the
AbstractSecurityParametersResolver so don't have to test
them in all the individual subclasses.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConcrete class used for testing the abstract class. -
Field Summary
FieldsFields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElementMethods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
Field Details
-
resolver
-
config1
-
config2
-
config3
-
criterion
-
criteriaSet
-
set1
-
set2
-
set3
-
-
Constructor Details
-
AbstractSecurityParametersResolverTest
public AbstractSecurityParametersResolverTest()
-
-
Method Details
-
setUp
@BeforeMethod public void setUp() -
testBlacklistOnlyDefaults
- Throws:
ResolverException
-
testBlacklistOnlyNoMerge
- Throws:
ResolverException
-
testBlacklistOnlyWithSimpleMerge
- Throws:
ResolverException
-
testBlacklistOnlyWithTransitiveMerge
- Throws:
ResolverException
-
testWhitelistOnlyDefaults
- Throws:
ResolverException
-
testWhitelistOnlyWithSimpleMerge
- Throws:
ResolverException
-
testWhitelistOnlyWithTransitiveMerge
- Throws:
ResolverException
-
testPrecedence
- Throws:
ResolverException
-
testResolvePredicate
public void testResolvePredicate() -
testResolveEffectiveWhitelist
public void testResolveEffectiveWhitelist() -
testResolveEffectiveBlacklist
public void testResolveEffectiveBlacklist() -
testResolveEffectivePrecedence
public void testResolveEffectivePrecedence() -
testKeyInfoGeneratorLookup
-