num Test Classes
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
test Property Name
the test property name to check. By default, "sut".
module Name
the name of the module to check (optional).
source Set Name
the name of the source set to check (optional).