Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 51 - 60 of 130 for test (0.05 sec)

  1. Continuous Builds

    ran gradle test after a change to sources or tests that contribute...you can continuously run the test task and all dependent tasks...
    docs.gradle.org/current/userguide/continuous_builds.html
    Registered: Fri May 31 02:13:47 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 150.3K bytes
    - Viewed (0)
  2. The PMD Plugin

    pmdTest — Pmd Runs PMD against the test Java source files. The PMD plugin...
    docs.gradle.org/current/userguide/pmd_plugin.html
    Registered: Fri May 31 02:25:32 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 152K bytes
    - Viewed (0)
  3. Part 3: Multi-Project Builds

    named<Test>("test") { useJUnitPlatform() }...'com.google.guava:guava:32.1.1-jre' } test { useJUnitPlatform() } tasks.register('task3')...
    docs.gradle.org/current/userguide/partr3_multi_project_builds.html
    Registered: Fri May 31 02:14:55 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 167.5K bytes
    - Viewed (0)
  4. Understanding Implementation Options for Plugins

    test, and do not support defining...a repository. They offer the best performance, maintainability,...
    docs.gradle.org/current/userguide/implementing_gradle_plugins.html
    Registered: Fri May 31 02:16:40 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 155.7K bytes
    - Viewed (0)
  5. Gradle Incremental Builds and Build Caching

    and reuse unchanged build and test outputs across teams. This speeds...are always enabled, and the best way to see them in action is...
    docs.gradle.org/current/userguide/gradle_optimizations.html
    Registered: Fri May 31 02:12:44 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 150.2K bytes
    - Viewed (0)
  6. Controlling Task Execution

    unit tests should run before integration tests). A task that...integration test task and must be shut down, even if some tests fail....
    docs.gradle.org/current/userguide/controlling_task_execution.html
    Registered: Fri May 31 02:16:03 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  7. 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 31 02:26:58 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 176.9K bytes
    - Viewed (0)
  8. 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 31 02:22:33 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 160.1K bytes
    - Viewed (0)
  9. Downgrading versions and excluding dependencies

    excluded dependency by sufficient test coverage. Transitive dependencies...commons-collections as we verified through test coverage. Example 4. Using a...
    docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html
    Registered: Fri May 31 02:19:53 UTC 2024
    - Last Modified: Wed May 22 02:35:23 UTC 2024
    - 165.2K bytes
    - Viewed (0)
  10. Incremental build

    approach works for Test JVM arguments, since Test.getJvmArgumentProvid()...runtime behavior of the test task — i.e. any test is still able to load...
    docs.gradle.org/current/userguide/incremental_build.html
    Registered: Fri May 31 02:22:00 UTC 2024
    - Last Modified: Wed May 22 02:35:22 UTC 2024
    - 254.1K bytes
    - Viewed (0)
Back to top