Class AbstractDataConnectorTest
java.lang.Object
net.shibboleth.idp.attribute.resolver.AbstractDataConnectorTest
Unit test for
DataConnector. This test does not test any methods inherited from
ResolverPlugin, those are covered in AbstractResolverPluginTest.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classThis class implements the minimal level of functionality and is meant only as a means of testing the abstractDataConnector. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest getting/setting dependency ID.voidTest instantiation and post-instantiation state.voidresolve()Test the resolution of the data connector.void
-
Constructor Details
-
AbstractDataConnectorTest
public AbstractDataConnectorTest()
-
-
Method Details
-
instantiation
public void instantiation()Test instantiation and post-instantiation state. -
failoverDependencyId
public void failoverDependencyId()Test getting/setting dependency ID. -
resolve
Test the resolution of the data connector.- Throws:
Exception- if something goes wrong
-
testExports
public void testExports()
-