Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expectedConfiguration (0.19 sec)

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

            when:
            run(":printTestSoftwareTypeExtensionConfiguration")
    
            then:
            outputContains(expectedConfiguration)
    
            where:
            testCase                                           | convention                         | buildConfiguration    | expectedConfiguration
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 12:50:35 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoryInteractionDependencyResolveIntegrationTest.groovy

                // classic ivy metadata interpretation does not honor api/runtime separation
                return true
            }
            return false
        }
    
        private static String expectedConfiguration(repoType, testVariant) {
            if (repoType.contains('gradle')) {
                if (testVariant.contains('api')) {
                    return 'api'
                }
                return 'runtime'
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.9K bytes
    - Viewed (0)
Back to top