Class IsTestMethod

  • All Implemented Interfaces:
    java.util.function.Predicate<java.lang.reflect.Method>

    @API(status=INTERNAL,
         since="5.0")
    public class IsTestMethod
    extends IsTestableMethod
    Test if a method is a JUnit Jupiter @Test method.
    Since:
    5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      IsTestMethod()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • IsTestMethod

        public IsTestMethod()