Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for testFixturesApi (0.19 sec)

  1. subprojects/core/build.gradle.kts

        testFixturesApi(project(":base-services")) {
            because("test fixtures expose Action")
        }
        testFixturesApi(project(":base-services-groovy")) {
            because("test fixtures expose AndSpec")
        }
        testFixturesApi(project(":core-api")) {
            because("test fixtures expose Task")
        }
        testFixturesApi(project(":logging")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. platforms/software/platform-base/build.gradle.kts

        testImplementation(project(":native"))
        testImplementation(project(":snapshots"))
        testImplementation(project(":process-services"))
    
        testFixturesApi(project(":file-collections"))
        testFixturesApi(testFixtures(project(":diagnostics")))
        testFixturesApi(testFixtures(project(":model-core")))
    
        testFixturesImplementation(libs.guava)
    
        testRuntimeOnly(project(":distributions-core")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. platforms/native/language-native/build.gradle.kts

        implementation(project(":version-control"))
    
        implementation(libs.commonsLang)
        implementation(libs.groovy)
        implementation(libs.slf4jApi)
    
        testFixturesApi(project(":base-services")) {
            because("Test fixtures export the Named class")
        }
        testFixturesApi(project(":platform-base")) {
            because("Test fixtures export the Platform class")
        }
    
        testFixturesImplementation(project(":internal-integ-testing"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/build.gradle.kts

        integTestImplementation(testFixtures(project(":model-core")))
    
        testFixturesApi(project(":base-services")) {
            because("Test fixtures export the Action class")
        }
        testFixturesApi(project(":persistent-cache")) {
            because("Test fixtures export the CacheAccess class")
        }
    
        testFixturesApi(libs.jetty)
        testFixturesImplementation(project(":core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 7K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/build.gradle.kts

        implementation(libs.slf4jApi)
        implementation(libs.commonsLang)
        implementation(libs.fastutil)
    
        compileOnly(libs.errorProneAnnotations)
    
        testFixturesApi(testFixtures(project(":diagnostics")))
        testFixturesApi(testFixtures(project(":core")))
        testFixturesApi(project(":internal-integ-testing"))
        testFixturesImplementation(libs.guava)
        testFixturesImplementation(libs.groovyAnt)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. platforms/ide/ide/build.gradle.kts

        runtimeOnly(project(":testing-base"))
        runtimeOnly(project(":testing-jvm"))
    
        testFixturesApi(project(":base-services")) {
            because("test fixtures export the Action class")
        }
        testFixturesApi(project(":logging")) {
            because("test fixtures export the ConsoleOutput class")
        }
        testFixturesApi(project(":tooling-api")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. platforms/native/platform-native/build.gradle.kts

        implementation(libs.commonsLang)
        implementation(libs.commonsIo)
        implementation(libs.gson)
        implementation(libs.guava)
        implementation(libs.snakeyaml)
    
        testFixturesApi(project(":resources"))
        testFixturesApi(testFixtures(project(":ide")))
        testFixturesImplementation(testFixtures(project(":core")))
        testFixturesImplementation(project(":internal-integ-testing"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. platforms/software/ivy/build.gradle.kts

        integTestRuntimeOnly(project(":resources-s3"))
        integTestRuntimeOnly(project(":resources-sftp"))
        integTestRuntimeOnly(project(":api-metadata"))
    
        testFixturesApi(project(":base-services")) {
            because("Test fixtures export the Action class")
        }
        testFixturesApi(project(":core-api")) {
            because("Test fixtures export the RepositoryHandler class")
        }
        testFixturesImplementation(project(":logging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. subprojects/diagnostics/build.gradle.kts

        integTestImplementation(libs.jsoup)
        integTestImplementation(libs.jetty)
        integTestImplementation(testFixtures(project(":declarative-dsl-provider")))
    
        testFixturesApi(testFixtures(project(":platform-native")))
        testFixturesApi(testFixtures(project(":logging")))
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. platforms/core-runtime/base-services/build.gradle.kts

        implementation(libs.asm)
        implementation(libs.commonsIo)
        implementation(libs.commonsLang)
        implementation(libs.slf4jApi)
    
        integTestImplementation(project(":logging"))
    
        testFixturesApi(project(":hashing"))
        testFixturesImplementation(libs.guava)
        testImplementation(testFixtures(project(":core")))
        testImplementation(libs.xerces)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top