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
Classes in org.junit.platform.launcher that implement MethodFilterModifier and TypeClassDescription(package private) classAbstractMethodFilterthat servers as a superclass for filters including or excluding fully qualified method names without parameters based on pattern-matching.(package private) classMethodFilterthat matches fully qualified method names against patterns in the form of regular expressions.(package private) classMethodFilterthat matches fully qualified method names against patterns in the form of regular expressions.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.