Class ResourceSupport


  • @API(status=MAINTAINED,
         since="1.14")
    public class ResourceSupport
    extends java.lang.Object
    ResourceSupport provides static utility methods for common tasks dealing with resources; for example, scanning for resources on the class path or module path.

    TestEngine and extension authors are encouraged to use these supported methods in order to align with the behavior of the JUnit Platform.

    Since:
    1.14
    See Also:
    AnnotationSupport, ClassSupport, ModifierSupport, ReflectionSupport