Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. Organizing Gradle Projects

    different types of tests e.g. unit tests, integration tests, functional...functional tests or smoke tests. Optimally, the test source code for...
    docs.gradle.org/current/userguide/organizing_gradle_projects.html
    Registered: Fri May 31 02:16:48 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  2. Multi-Project Build Basics

    The command gradle test will execute the test task in any subprojects...AND test them too. The buildNeeded task builds AND tests all...
    docs.gradle.org/current/userguide/intro_multi_project_builds.html
    Registered: Fri May 31 02:14:02 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 164.8K bytes
    - Viewed (0)
  3. Important concepts

    runtime behavior of the test task โ€” i.e. any test is still able to load...normalization to avoid running e.g. tests. For runtime classpaths Gradle...
    docs.gradle.org/current/userguide/build_cache_concepts.html
    Registered: Fri May 31 02:22:20 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 163.2K bytes
    - Viewed (0)
  4. Configuration cache

    Test, test, test Consider adding tests for your build...Example 1. Testing the configuration cache src/test/kotlin/or...
    docs.gradle.org/current/userguide/configuration_cache.html
    Registered: Fri May 31 02:22:53 UTC 2024
    - Last Modified: Wed May 22 02:35:22 UTC 2024
    - 278.3K bytes
    - Viewed (0)
  5. The CodeNarc Plugin

    CodeNarc Runs CodeNarc against the test Groovy source files. codenarc...
    docs.gradle.org/current/userguide/codenarc_plugin.html
    Registered: Fri May 31 02:26:52 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 150.4K bytes
    - Viewed (0)
  6. Understanding variant selection

    results of running tests for the test Test Suite's test target. Capabilities...'feature1ApiElements' capability org.test:test-capability:1.0: - Unmatched...
    docs.gradle.org/current/userguide/variant_model.html
    Registered: Fri May 31 02:21:03 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 192.3K bytes
    - Viewed (0)
  7. Customizing publishing

    additional variants is often the best solution to publish additional...
    docs.gradle.org/current/userguide/publishing_customization.html
    Registered: Fri May 31 02:21:36 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 176.3K bytes
    - Viewed (0)
  8. Configuring Gradle

    examples in the Test API documentation and test execution in the...settings. Certain tasks, like the test task, also fork additional JVM...
    docs.gradle.org/current/userguide/config_gradle.html
    Registered: Fri May 31 02:22:49 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 150.9K bytes
    - Viewed (0)
  9. The IDEA Plugin

    working with the JVM Test Suite Plugin , test sources will automatically...files Identifying additional test directories Further things to...
    docs.gradle.org/current/userguide/idea_plugin.html
    Registered: Fri May 31 02:25:59 UTC 2024
    - Last Modified: Wed May 22 02:35:22 UTC 2024
    - 168K bytes
    - Viewed (0)
  10. Part 1: Initializing the Project

    named<Test>("test") { // Use JUnit Platform for unit tests. useJUnitPlatform()...tasks.named('test') { // Use JUnit Platform for unit tests. useJUnitPlatform()...
    docs.gradle.org/current/userguide/part1_gradle_init.html
    Registered: Fri May 31 02:13:17 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 165.6K bytes
    - Viewed (0)
Back to top