Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertThatDeclaredValuesAreSetProperly (0.36 sec)

  1. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeDeclarationIntegrationTest.groovy

            file("build.gradle.dcl") << declarativeScriptThatConfiguresOnlyTestSoftwareType
    
            when:
            run(":printTestSoftwareTypeExtensionConfiguration")
    
            then:
            assertThatDeclaredValuesAreSetProperly()
    
            and:
            outputContains("Applying SoftwareTypeImplPlugin")
            outputDoesNotContain("Applying AnotherSoftwareTypeImplPlugin")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 19 16:59:01 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top