Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emptyDependents (0.11 sec)

  1. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeDependentComponentsReportIntegrationTest.groovy

        def "report for empty build displays no component"() {
            given:
            buildScript emptyNativeBuild()
    
            when:
            run 'dependentComponents'
    
            then:
            output.contains emptyDependents()
        }
    
        @ToBeFixedForConfigurationCache(because = ":dependentComponents")
        def "report for empty build displays no component with task option #option"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24K bytes
    - Viewed (0)
Back to top