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