api / org.gradle.api.tasks.testing / AbstractTestTask / setTestNameIncludePatterns

setTestNameIncludePatterns

@Incubating open fun setTestNameIncludePatterns(testNamePattern: MutableList<String>): AbstractTestTask

Sets the test name patterns to be included in execution. Classes or method names are supported, wildcard '*' is supported. For more information see the user guide chapter on testing. For more information on supported patterns see TestFilter