includeClass

abstract fun includeClass(cls: String): TestSpec(source)

Adds the target test class to the test execution.

The target class should be selected with its fully-qualified name.

Return

this

Parameters

cls

The fully-qualified name of the target class.