Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for testExecution (0.31 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/protocol/InternalBuildProgressListener.java

     */
    public interface InternalBuildProgressListener {
    
        /**
         * The constant for the test execution operations.
         */
        String TEST_EXECUTION = "TEST_EXECUTION";
    
        /**
         * The constant for the task execution operations.
         */
        String TASK_EXECUTION = "TASK_EXECUTION";
    
        /**
         * The constant for the build execution operations.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/test/groovy/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapterTest.groovy

    import static org.gradle.tooling.internal.protocol.InternalBuildProgressListener.TASK_EXECUTION
    import static org.gradle.tooling.internal.protocol.InternalBuildProgressListener.TEST_EXECUTION
    import static org.gradle.tooling.internal.protocol.InternalBuildProgressListener.TEST_OUTPUT
    import static org.gradle.tooling.internal.protocol.InternalBuildProgressListener.TRANSFORM_EXECUTION
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top