Class ReflectionSupport

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

@API(status=MAINTAINED, since="1.0") public final class ReflectionSupport extends Object
ReflectionSupport provides static utility methods for common reflection tasks — for example, scanning for classes in the class-path or module-path, loading classes, finding methods, invoking methods, etc.

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

Since:
1.0
See Also: