includePattern

abstract fun includePattern(pattern: String): TestSpec(source)

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

The patterns follow the rules of test filtering.

Return

this

Parameters

pattern

the pattern to select tests.