Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 130 for test (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. Build Cache

    SwiftCompile Testing: Test Code quality tasks: Checkstyle...properly declared use integration tests (for example using TestKit)...
    docs.gradle.org/current/userguide/build_cache.html
    Registered: Fri May 17 03:15:55 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 189.3K bytes
    - Viewed (0)
  8. Build Lifecycle

    register("test") { doLast { println("This is...the build.' } tasks.register('test') { doLast { println 'This is...
    docs.gradle.org/current/userguide/build_lifecycle.html
    Registered: Fri May 17 03:08:16 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 154K bytes
    - Viewed (0)
  9. Building native software

    "test_plus", test_plus); CU_add_test(pSuiteMath, "test_minus",...the --test-suites option shows test suites and --no-test-suites...
    docs.gradle.org/current/userguide/native_software.html
    Registered: Fri May 17 03:21:03 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 251K bytes
    - Viewed (0)
  10. Logging

    compiling test source > Task :test [test] running unit tests > Task...compiling test source > Task :test [test] running unit tests > Task...
    docs.gradle.org/current/userguide/logging.html
    Registered: Fri May 17 03:11:15 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 166.6K bytes
    - Viewed (0)
Back to top