Uses of Interface
org.junit.platform.engine.DiscoveryFilter
Packages that use DiscoveryFilter
Package
Description
Public API for test engines.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of DiscoveryFilter in org.junit.platform.engine
Methods in org.junit.platform.engine with type parameters of type DiscoveryFilterModifier and TypeMethodDescription<T extends DiscoveryFilter<?>>
List<T> EngineDiscoveryRequest.getFiltersByType(Class<T> filterType) Get theDiscoveryFiltersfor this request, filtered by a particular type. -
Uses of DiscoveryFilter in org.junit.platform.engine.discovery
Subinterfaces of DiscoveryFilter in org.junit.platform.engine.discoveryModifier and TypeInterfaceDescriptioninterfaceDiscoveryFilterthat is applied to the name of aClass.interfaceDiscoveryFilterthat is applied to the name of aPackage. -
Uses of DiscoveryFilter in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type DiscoveryFilterModifier and TypeMethodDescriptionEngineTestKit.Builder.filters(DiscoveryFilter<?>... filters) Deprecated.
EngineTestKit.Builder.filters(Filter...)instead.