includeTest

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

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

Return

this filter object

Parameters

className

the class name of the test to execute

methodName

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