api / org.gradle.api.tasks.testing / TestFilter / includeTest

includeTest

abstract fun includeTest(className: String, methodName: String): TestFilter

Add a test method specified by test class name and method name.

Parameters

className - the class name of the test to execute

methodName - the method name of the test to execute. Can be null.

Return
this filter object