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 -
-
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<?>>
java.util.List<T>EngineDiscoveryRequest. getFiltersByType(java.lang.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.
-