Class TestPlanScannerFilter

  • All Implemented Interfaces:
    org.apache.maven.surefire.api.util.ScannerFilter

    final class TestPlanScannerFilter
    extends java.lang.Object
    implements org.apache.maven.surefire.api.util.ScannerFilter
    Since:
    2.22.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.Class testClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • includeAndExcludeFilters

        private final org.junit.platform.engine.Filter<?>[] includeAndExcludeFilters
    • Constructor Detail

      • TestPlanScannerFilter

        TestPlanScannerFilter​(LauncherAdapter launcher,
                              org.junit.platform.engine.Filter<?>[] includeAndExcludeFilters)
    • Method Detail

      • accept

        public boolean accept​(java.lang.Class testClass)
        Specified by:
        accept in interface org.apache.maven.surefire.api.util.ScannerFilter