Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertFailurePresent (0.24 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationDependenciesBuildOperationIntegrationTest.groovy

            m1.allowAll()
            m2.allowAll()
            m3.pom.expectGetBroken()
            m4.allowAll()
    
            when:
            fails "checkDeps"
    
            then:
            failedResolve.assertFailurePresent(failure)
            def op = operations.first(ResolveConfigurationDependenciesBuildOperationType)
            op.details.configurationName == "compileClasspath"
            op.details.projectPath == ":"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 28.6K bytes
    - Viewed (0)
Back to top