Class EngineFilterer


  • class EngineFilterer
    extends java.lang.Object
    • Field Detail

      • LOGGER

        private static final Logger LOGGER
      • engineFilters

        private final java.util.List<EngineFilter> engineFilters
      • checkedTestEngines

        private final java.util.Map<TestEngine,​java.lang.Boolean> checkedTestEngines
    • Constructor Detail

      • EngineFilterer

        EngineFilterer​(java.util.List<EngineFilter> engineFilters)
    • Method Detail

      • isExcluded

        boolean isExcluded​(TestEngine testEngine)
      • performSanityChecks

        void performSanityChecks()
      • warnIfAllEnginesExcluded

        private void warnIfAllEnginesExcluded()
      • checkNoUnmatchedIncludeFilter

        private void checkNoUnmatchedIncludeFilter()
      • getUnmatchedEngineIdsOfIncludeFilters

        private java.util.SortedSet<java.lang.String> getUnmatchedEngineIdsOfIncludeFilters()
      • getStateDescription

        private java.lang.String getStateDescription()
      • getRegisteredEnginesDescription

        private java.lang.String getRegisteredEnginesDescription()
      • getRegisteredFiltersDescription

        private java.lang.String getRegisteredFiltersDescription()