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