Class FlowRelativeResourceLoaderTest
java.lang.Object
net.shibboleth.idp.profile.spring.factory.FlowRelativeResourceLoaderTest
Tests for the
FlowRelativeResourceLoader.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate net.shibboleth.idp.profile.spring.factory.FlowRelativeResourceLoaderThe resource loader to test. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the getResources method runs and correctly produces a classpath resource for a wildcard classpath.voidTest the getResourcesByPath method runs and correctly produces a classpath resource for a wildcard classpath.
-
Field Details
-
loader
private net.shibboleth.idp.profile.spring.factory.FlowRelativeResourceLoader loaderThe resource loader to test.
-
-
Constructor Details
-
FlowRelativeResourceLoaderTest
public FlowRelativeResourceLoaderTest()
-
-
Method Details
-
testClasspathWildcard_GetResourceByPath_IDP1833
public void testClasspathWildcard_GetResourceByPath_IDP1833()Test the getResourcesByPath method runs and correctly produces a classpath resource for a wildcard classpath. Without the fix in IDP-1833, on Windows, this would throw a runtime exception (e.g. an InvalidFilePathException). -
testClasspathWildcard_GetResource_IDP1833
public void testClasspathWildcard_GetResource_IDP1833()Test the getResources method runs and correctly produces a classpath resource for a wildcard classpath. Without the fix in IDP-1833, on Windows, this would throw a runtime exception (e.g. an InvalidFilePathException).
-