Class ClassFilter

java.lang.Object
org.junit.platform.commons.util.ClassFilter
All Implemented Interfaces:
Predicate<Class<?>>

@API(status=INTERNAL, since="1.1") public class ClassFilter extends Object implements Predicate<Class<?>>
Class-related predicate used by reflection utilities.

DISCLAIMER

These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!

Since:
1.1