Package org.junit.platform.commons.io
Class ResourceFilter
java.lang.Object
org.junit.platform.commons.io.ResourceFilter
Resource filter used by reflection and classpath scanning support.
- Since:
- 1.14
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ResourceFilterCreate aResourceFilterinstance from a predicate.
-
Method Details
-
of
Create aResourceFilterinstance from a predicate.- Parameters:
resourcePredicate- the resource predicate; nevernull- Returns:
- an instance of
ResourceFilter; nevernull
-
match
-