withJvmTestClasses

abstract fun withJvmTestClasses(testClasses: Array<String>): TestLauncher
abstract fun withJvmTestClasses(testClasses: Iterable<String>): TestLauncher

Adds tests to be executed declared by class name.

This method ignores tests defined in included builds.

Return

this

Parameters

testClasses

The class names of the tests to be executed.