includePatterns

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

Adds all tests to the execution that matches the target patterns.

Return

this

Parameters

patterns

the patterns to select tests.

See also