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>
A DiscoveryFilter is applied during test discovery to determine if a given container or test should be included in the test plan.

TestEngines should apply DiscoveryFilters during the test discovery phase.

Since:
1.0
See Also: