Package org.gradle.tooling.events.test
Interface SingleFileResourceBasedTestOperationDescriptor
- All Superinterfaces:
OperationDescriptor,TestOperationDescriptor
@NullMarked
@Incubating
public interface SingleFileResourceBasedTestOperationDescriptor
extends TestOperationDescriptor
Describes a resource-based test operation for which an event has occurred backed by a single file.
- Since:
- 9.4.0
-
Method Summary
Methods inherited from interface org.gradle.tooling.events.OperationDescriptor
getDisplayName, getName, getParentMethods inherited from interface org.gradle.tooling.events.test.TestOperationDescriptor
getTestDisplayName
-
Method Details
-
getFile
File getFile()Returns the file defining the test.- Returns:
- resource path
- Since:
- 9.4.0
-