Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withTestVerificationFailure (0.34 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestVerificationFailureHandlingIntegrationTest.groovy

            assertFatalTestExecutionError()
        }
    
        def 'task does not execute when it has a test task output dependency with failing test(s)'() {
            given:
            withTestVerificationFailure()
            withCustomTaskInputFromTestTaskOutput()
    
            expect:
            fails('customTask')
            result.assertTaskExecuted(':test')
            result.assertTaskNotExecuted(':customTask')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top