includeClasses

abstract fun includeClasses(classes: Collection<String>): TestSpec(source)

Adds the target test classes to the test execution.

Return

this

Parameters

classes

The fully-qualified name of the target classes.

See also