Package-level declarations
Defines Tooling API client types for different test sources that can be associated to tests. The class hierarchy is meant to mirror the one in the JUnit Platform (see org.junit.platform.engine.TestSource), but applies to any kind of test.
Types
Link copied to clipboard
Classpath resource-based test source.
Link copied to clipboard
Class-based test source.
Link copied to clipboard
Directory-based test source.
Link copied to clipboard
Position inside a file represented by line and column numbers.
Link copied to clipboard
A test source defined by a single file.
Link copied to clipboard
Filesystem-based test source.
Link copied to clipboard
Method-based test source.
Link copied to clipboard
The test engine did not declare any sources for the test at all.
Link copied to clipboard
The test engine declared a test source not recognized by Gradle.
Link copied to clipboard
Representation of the source of a test or container used to navigate to its location by IDEs and build tools.