Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cancelledMessageMatcher (0.3 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/CancellationSpec.groovy

                    assert resultHandler.failure.cause.cause.message == "Execution failed for task '${taskPath}'."
                    assert cancelledMessageMatcher(taskPath).matches(resultHandler.failure.cause.cause.cause.message)
                }
    
                // Verify that there is some logging output that explains that the build was cancelled
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top