Class ResourceSupport

java.lang.Object
org.junit.platform.commons.support.ResourceSupport

@API(status=MAINTAINED, since="1.14") public class ResourceSupport extends 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: