setExcludePatterns

abstract fun setExcludePatterns(testNamePatterns: Array<String>): TestFilter(source)

Sets the test name patterns to be excluded in the filter. Wildcard '*' is supported. Replaces any existing test name patterns.

Return

this filter object

Since

5.0

Parameters

testNamePatterns

class or method name patterns to set, may contain wildcard '*'