Package org.gradle.tooling.events.test.source


@NullMarked package org.gradle.tooling.events.test.source
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.
  • Interfaces
    Class
    Description
    Classpath resource-based test source.
    Class-based test source.
    Directory-based test source.
    Position inside a file represented by line and column numbers.
    A test source defined by a single file.
    Filesystem-based test source.
    Method-based test source.
    The test engine did not declare any sources for the test at all.
    The test engine declared a test source not recognized by Gradle.
    Representation of the source of a test or container used to navigate to its location by IDEs and build tools.