Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

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

  1. 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 17 03:07:13 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 165.5K bytes
    - Viewed (0)
  2. 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 17 03:07:47 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 150.2K 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 17 03:08:52 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  4. Declaring dependencies

    under test on top of the dependencies needed write the test class....write a suite of smoke tests. Each smoke test makes a HTTP call to...
    docs.gradle.org/current/userguide/declaring_dependencies.html
    Registered: Fri May 17 03:12:47 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 203.5K bytes
    - Viewed (0)
  5. Managing Dependencies of JVM Projects

    project decided to write test code with the test framework JUnit. Various...required to compile the project’s tests. All dependencies are supposed...
    docs.gradle.org/current/userguide/dependency_management_for_java_projects.html
    Registered: Fri May 17 03:12:31 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 156.9K bytes
    - Viewed (0)
  6. Toolchains for JVM projects

    introduce a new Test task that will run our unit tests using a JDK...use javac as their compiler, test and exec tasks may use the java...
    docs.gradle.org/current/userguide/toolchains.html
    Registered: Fri May 17 03:11:55 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 189.9K bytes
    - Viewed (0)
  7. Declaring Rich Versions

    prefer rejects Selection result Tested with version 1.5 , believe...upgrade to 2.4 is accepted. Tested with 1.5 , soft constraint...
    docs.gradle.org/current/userguide/rich_versions.html
    Registered: Fri May 17 03:13:35 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 156.2K bytes
    - Viewed (0)
  8. 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 17 03:10:01 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 173.4K bytes
    - Viewed (0)
  9. The Base Plugin

    such as ones that run tests, to this lifecycle task using...everything, including running all tests, producing the production artifacts...
    docs.gradle.org/current/userguide/base_plugin.html
    Registered: Fri May 17 03:19:40 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 153.5K bytes
    - Viewed (0)
  10. Gradle & Third-party Tools

    Execute a specific test class or test method. Receive interesting...Tooling API for functional testing of your Gradle plugins. Eclipse...
    docs.gradle.org/current/userguide/third_party_integration.html
    Registered: Fri May 17 03:18:27 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 157.2K bytes
    - Viewed (0)
Back to top