withJvmTestClasses

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

Adds tests to be executed declared by class name.

This method ignores tests defined in included builds.

Return

this

Since

2.6

Parameters

testClasses

The class names of the tests to be executed.