Package org.springframework.boot.test.autoconfigure.filter
package org.springframework.boot.test.autoconfigure.filter
Helper utilities for using
TypeExcludeFilter
with auto-configured tests.-
ClassDescriptionAbstract base class for a
TypeExcludeFilterthat can be customized using an annotation.Utility to loadTypeFiltersfrom@Filterannotations.AnnotationCustomizableTypeExcludeFilterthat can be used to any test annotation that uses the standardincludeFilters,excludeFiltersanduseDefaultFiltersattributes.Annotation that can be on tests to define a set ofTypeExcludeFilterclasses that should be applied to@SpringBootApplicationcomponent scanning.