Class EngineFilterer

java.lang.Object
org.junit.platform.launcher.core.EngineFilterer

class EngineFilterer extends Object
  • Field Details

    • LOGGER

      private static final org.junit.platform.commons.logging.Logger LOGGER
    • engineFilters

      private final List<EngineFilter> engineFilters
    • checkedTestEngines

      private final Map<TestEngine,Boolean> checkedTestEngines
  • Constructor Details

  • Method Details

    • isExcluded

      boolean isExcluded(TestEngine testEngine)
    • performSanityChecks

      void performSanityChecks()
    • warnIfAllEnginesExcluded

      private void warnIfAllEnginesExcluded()
    • checkNoUnmatchedIncludeFilter

      private void checkNoUnmatchedIncludeFilter()
    • getUnmatchedEngineIdsOfIncludeFilters

      private SortedSet<String> getUnmatchedEngineIdsOfIncludeFilters()
    • getStateDescription

      private String getStateDescription()
    • getRegisteredEnginesDescription

      private String getRegisteredEnginesDescription()
    • getRegisteredFiltersDescription

      private String getRegisteredFiltersDescription()