Class FlowRelativeResourceLoaderTest

java.lang.Object
net.shibboleth.idp.profile.spring.factory.FlowRelativeResourceLoaderTest

public class FlowRelativeResourceLoaderTest extends Object
Tests for the FlowRelativeResourceLoader.
  • Field Details

    • loader

      private net.shibboleth.idp.profile.spring.factory.FlowRelativeResourceLoader loader
      The 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).