Module org.junit.vintage.engine
Class IsPotentialJUnit4TestMethod
- java.lang.Object
-
- org.junit.vintage.engine.discovery.IsPotentialJUnit4TestMethod
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.reflect.Method>
class IsPotentialJUnit4TestMethod extends java.lang.Object implements java.util.function.Predicate<java.lang.reflect.Method>
- Since:
- 4.12
-
-
Constructor Summary
Constructors Constructor Description IsPotentialJUnit4TestMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(java.lang.reflect.Method method)
-