Uses of Interface
org.junit.platform.launcher.MethodFilter
Packages that use MethodFilter
Package
Description
Public API for configuring and launching test plans.
-
Uses of MethodFilter in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return MethodFilterModifier and TypeMethodDescriptionstatic MethodFilterMethodFilter.excludeMethodNamePatterns(String... patterns) Create a new excludeMethodFilterbased on the supplied patterns.static MethodFilterMethodFilter.excludeMethodNamePatterns(List<String> patterns) Create a new excludeMethodFilterbased on the supplied patterns.static MethodFilterMethodFilter.includeMethodNamePatterns(String... patterns) Create a new includeMethodFilterbased on the supplied patterns.static MethodFilterMethodFilter.includeMethodNamePatterns(List<String> patterns) Create a new includeMethodFilterbased on the supplied patterns.