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 MethodFilter
MethodFilter.excludeMethodNamePatterns
(String... patterns) Create a new excludeMethodFilter
based on the supplied patterns.static MethodFilter
MethodFilter.excludeMethodNamePatterns
(List<String> patterns) Create a new excludeMethodFilter
based on the supplied patterns.static MethodFilter
MethodFilter.includeMethodNamePatterns
(String... patterns) Create a new includeMethodFilter
based on the supplied patterns.static MethodFilter
MethodFilter.includeMethodNamePatterns
(List<String> patterns) Create a new includeMethodFilter
based on the supplied patterns.