includeMethods

abstract fun includeMethods(cls: String, methods: Collection<String>): TestSpec(source)

Adds the target test methods to the test execution.

Return

this

Parameters

cls

The fully-qualified name of the class containing the method.

methods

The name of the target methods.

See also