Class TestMethodFilter

  • All Implemented Interfaces:
    org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>, org.junit.platform.launcher.PostDiscoveryFilter

    class TestMethodFilter
    extends java.lang.Object
    implements org.junit.platform.launcher.PostDiscoveryFilter
    Since:
    2.22.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.platform.engine.FilterResult apply​(org.junit.platform.engine.TestDescriptor descriptor)  
      private boolean shouldRun​(org.junit.platform.engine.support.descriptor.MethodSource source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.junit.platform.engine.Filter

        toPredicate
    • Constructor Detail

    • Method Detail

      • apply

        public org.junit.platform.engine.FilterResult apply​(org.junit.platform.engine.TestDescriptor descriptor)
        Specified by:
        apply in interface org.junit.platform.engine.Filter<org.junit.platform.engine.TestDescriptor>
      • shouldRun

        private boolean shouldRun​(org.junit.platform.engine.support.descriptor.MethodSource source)