Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 126 for test (0.06 sec)

  1. Upgrading your build from Gradle 8.x to the latest

    migrating to test suites. build.gradle.kts val test by testing.suite...id("java-library") } testing.suites { named<JvmTestSuite>("test") { dependencies...
    docs.gradle.org/current/userguide/upgrading_version_8.html
    Registered: Mon Nov 04 02:39:13 UTC 2024
    - Last Modified: Mon Sep 23 22:19:16 UTC 2024
    - 316.7K bytes
    - Viewed (0)
  2. Advanced Tasks

    text = change.file.text.reverse() } } } } The...explicitly, e.g., gradle check --tests abc does not work even though...
    docs.gradle.org/current/userguide/custom_tasks.html
    Registered: Mon Nov 04 02:43:01 UTC 2024
    - Last Modified: Mon Sep 23 22:19:16 UTC 2024
    - 200.7K bytes
    - Viewed (0)
  3. Gradle Quick Start

    test, and publish their app, or add...
    docs.gradle.org/current/userguide/quick_start.html
    Registered: Mon Nov 04 02:39:16 UTC 2024
    - Last Modified: Mon Sep 23 22:19:16 UTC 2024
    - 163.3K bytes
    - Viewed (0)
  4. Build Init Plugin

    and unit test, if there are no existing source or test files Alternative...Alternative test framework can be specified by supplying a --test-framework...
    docs.gradle.org/current/userguide/build_init_plugin.html
    Registered: Mon Nov 04 02:49:41 UTC 2024
    - Last Modified: Mon Sep 23 22:19:16 UTC 2024
    - 190K bytes
    - Viewed (0)
  5. The JaCoCo Report Aggregation Plugin

    coverage reports are produced by Test task invocations; see more at...applied in concert with the JVM Test Suite Plugin . The Java Plugin...
    docs.gradle.org/current/userguide/jacoco_report_aggregation_plugin.html
    Registered: Mon Nov 04 02:50:42 UTC 2024
    - Last Modified: Mon Sep 23 22:19:17 UTC 2024
    - 168.7K bytes
    - Viewed (0)
  6. Writing Build Scripts

    from("source") into(dest) } build.gradle def dest = 'dest' tasks.register('copy',..."com.example.Main" } tasks.named<Test>("test") { (5) useJUnitPlatform()...
    docs.gradle.org/current/userguide/writing_build_scripts.html
    Registered: Mon Nov 04 02:41:28 UTC 2024
    - Last Modified: Mon Sep 23 22:19:17 UTC 2024
    - 202.4K bytes
    - Viewed (0)
  7. Gradle Plugin Reference

    configuring multiple test suite invocations. Test Report Aggregation...generating parsers using ANTLR . JVM Test Suite Provides support for modeling...
    docs.gradle.org/current/userguide/plugin_reference.html
    Registered: Mon Nov 04 02:48:42 UTC 2024
    - Last Modified: Mon Sep 23 22:19:17 UTC 2024
    - 167.8K bytes
    - Viewed (0)
  8. Caching Android projects

    and Kotlin Unit test execution Instrumented test execution (i.e.,...kapt.useBuildCache = true } Unit test execution Like unit tests in a pure Java...
    docs.gradle.org/current/userguide/caching_android_projects.html
    Registered: Mon Nov 04 02:47:25 UTC 2024
    - Last Modified: Mon Sep 23 22:19:17 UTC 2024
    - 170.4K bytes
    - Viewed (0)
  9. Migrating Builds From Apache Maven

    pre-integration-test , integration-test , post-integration-test , and verify...integration and functional tests . Many tests can simply be migrated...
    docs.gradle.org/current/userguide/migrating_from_maven.html
    Registered: Mon Nov 04 02:39:30 UTC 2024
    - Last Modified: Mon Sep 23 22:19:17 UTC 2024
    - 224K bytes
    - Viewed (0)
  10. Upgrading your build from Gradle 7.x to 8.0

    to the JVM Test Suite Plugin test { // select test framework before...information. Changing test framework after setting test framework options...
    docs.gradle.org/current/userguide/upgrading_version_7.html
    Registered: Mon Nov 04 02:39:20 UTC 2024
    - Last Modified: Mon Sep 23 22:19:17 UTC 2024
    - 306.6K bytes
    - Viewed (0)
Back to top