Package org.junit.platform.engine
Interface DiscoveryFilter<T>
-
- All Superinterfaces:
Filter<T>
- All Known Subinterfaces:
ClassNameFilter,PackageNameFilter
@API(status=STABLE, since="1.0") public interface DiscoveryFilter<T> extends Filter<T>ADiscoveryFilteris applied during test discovery to determine if a given container or test should be included in the test plan.TestEnginesshould applyDiscoveryFiltersduring the test discovery phase.- Since:
- 1.0
- See Also:
EngineDiscoveryRequest,TestEngine
-
-
Method Summary
-
Methods inherited from interface org.junit.platform.engine.Filter
apply, toPredicate
-
-