includePatterns

abstract fun includePatterns(patterns: Collection<String>): TestSpec(source)

Adds all test classes and methods to the test execution that matches the target patterns.

Return

this

Parameters

patterns

the patterns to select tests.

See also