Groovy Documentation

org.gradle.api.tasks.testing
[Java] Interface TestDescriptor


public interface TestDescriptor

Describes a test. A test may be a single atomic test, such as the execution of a test method, or it may be a composite test, made up of zero or more tests.


Groovy Documentation