Uses of Interface
org.junit.platform.engine.DiscoveryFilter
-
Packages that use DiscoveryFilter Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.discovery org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning on the JUnit Platform. -
-
Uses of DiscoveryFilter in org.junit.platform.engine
Methods in org.junit.platform.engine with type parameters of type DiscoveryFilter Modifier and Type Method Description <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.discovery Modifier and Type Interface Description interfaceClassNameFilterDiscoveryFilterthat is applied to the name of aClass.interfacePackageNameFilterDiscoveryFilterthat 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 DiscoveryFilter Modifier and Type Method Description EngineTestKit.BuilderEngineTestKit.Builder. filters(DiscoveryFilter<?>... filters)Deprecated.Please useEngineTestKit.Builder.filters(Filter...)instead.
-