numTestClasses

abstract fun numTestClasses(testPropertyName: String = "sut", moduleName: String? = null, sourceSetName: String? = null): Int

Returns the number of test classes.

Return

The number of test classes.

Parameters

testPropertyName

the test property name to check. By default, "sut".

moduleName

the name of the module to check (optional).

sourceSetName

the name of the source set to check (optional).