Package org.gradle.tooling
Interface TestSpecs
Provides test selection from a specific test task.
- Since:
 - 7.6
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionforTaskPath(String taskPath) Creates a new test selection for the target task. 
- 
Method Details
- 
forTaskPath
Creates a new test selection for the target task.- Parameters:
 taskPath- The target task.- Returns:
 - A new test selection.
 
 
 -