includePattern

abstract fun includePattern(pattern: String): TestSpec

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

The patterns follow the rules of test filtering.

Return

this

Parameters

pattern

the pattern to select tests.