Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hasDependency (0.18 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r34/ToolingApiIdeaModelCrossVersionSpec.groovy

            module.dependencies.size() == 11
            hasDependency(module, "a", "PROVIDED")
            hasDependency(module, "a", "RUNTIME")
            hasDependency(module, "a", "TEST")
            hasDependency(module, "f", "TEST")
            hasDependency(module, "b", "PROVIDED")
            hasDependency(module, "b", "RUNTIME")
            hasDependency(module, "b", "TEST")
            hasDependency(module, "c", "RUNTIME")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/catalog/parser/TomlCatalogFileParserTest.groovy

            hasDependency('shortcut') {
                withGAV('g', 'a', '1.0')
            }
            hasDependency('indirect') {
                withGAV('g', 'b', '1.2')
            }
            hasDependency('incremental') {
                withGroup 'group'
                withName 'name'
                withVersion {
                    require '[1.0, 2.0['
                    prefer '1.1'
                }
            }
            hasDependency('incremental2') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:21 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top