Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 41 - 50 of 130 for test (0.04 sec)

  1. The Eclipse Plugins

    relevant for test sources: test and without_test_code , both of...considered test sources. Test sources have access to non-test sources,...
    docs.gradle.org/current/userguide/eclipse_plugin.html
    Registered: Fri May 17 03:20:49 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 176.8K bytes
    - Viewed (0)
  2. Caching Java projects

    Unit test execution The Test task used for test execution...compilation Unit test execution Integration test execution As of...
    docs.gradle.org/current/userguide/caching_java_projects.html
    Registered: Fri May 17 03:16:20 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 160K bytes
    - Viewed (0)
  3. Upgrading your build from Gradle 5.x to 6.0

    test.TestOutputEvent ) to expose the output of test execution....testCompile and testRuntime for the test source set), should not be used...
    docs.gradle.org/current/userguide/upgrading_version_5.html
    Registered: Fri May 17 03:05:42 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 230.4K bytes
    - Viewed (0)
  4. Build cache performance

    "small change to a unit test" etc.) strongly influence the...simply reuse its output for the rest of the tasks. Normally, your...
    docs.gradle.org/current/userguide/build_cache_performance.html
    Registered: Fri May 17 03:15:50 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 155.9K bytes
    - Viewed (0)
  5. Part 1: Initializing the Project

    generated test class has a single JUnit Jupiter test. The test instantiates..."org.example.App" (6) } tasks.named<Test>("test") { useJUnitPlatform() (7)...
    docs.gradle.org/current/userguide/partr1_gradle_init.html
    Registered: Fri May 17 03:08:57 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 165.7K bytes
    - Viewed (0)
  6. Dependency Management Terminology

    test or run a module . For more information,...requested and Gradle finds the best fitting variant(s) for each...
    docs.gradle.org/current/userguide/dependency_management_terminology.html
    Registered: Fri May 17 03:13:04 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 161.8K bytes
    - Viewed (0)
  7. Part 5: Writing a Build Script

    named<Test>("test") { // Use JUnit Jupiter for unit tests. useJUnitPlatform()...configures the test task for functional tests. test : This task...
    docs.gradle.org/current/userguide/partr5_build_scripts.html
    Registered: Fri May 17 03:09:20 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 166.5K bytes
    - Viewed (0)
  8. The JaCoCo Plugin

    Jacoco test coverage reporting for the test Test Suite's test target....after tests run } jacocoTestReport { dependsOn test // tests are...
    docs.gradle.org/current/userguide/jacoco_plugin.html
    Registered: Fri May 17 03:19:25 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  9. Debugging and diagnosing cache misses

    place caching test step. Cross-platform tests If your build passes...integration test configuration including all the unit test classes...
    docs.gradle.org/current/userguide/build_cache_debugging.html
    Registered: Fri May 17 03:16:32 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 168K bytes
    - Viewed (0)
  10. Locking dependency versions

    enabling to test with the latest versions on...
    docs.gradle.org/current/userguide/dependency_locking.html
    Registered: Fri May 17 03:13:40 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 173.6K bytes
    - Viewed (0)
Back to top