Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 132 for test (0.05 sec)

  1. 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 Apr 26 03:11:15 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 156.2K bytes
    - Viewed (0)
  2. 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 Apr 26 03:09:56 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 156.9K bytes
    - Viewed (0)
  3. 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 Apr 26 03:18:29 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 176.8K bytes
    - Viewed (0)
  4. 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 Apr 26 03:13:46 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 160K bytes
    - Viewed (0)
  5. 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 Apr 26 03:16:48 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 153.5K 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 Apr 26 03:09:42 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 189.9K bytes
    - Viewed (0)
  7. Build Init Plugin

    and unit test, if there are no existing source or test files Alternative...Alternative test framework can be specified by supplying a --test-framework...
    docs.gradle.org/current/userguide/build_init_plugin.html
    Registered: Fri Apr 26 03:16:54 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 175.7K bytes
    - Viewed (0)
  8. The JaCoCo Report Aggregation Plugin

    coverage reports are produced by Test task invocations; see more at...applied in concert with the JVM Test Suite Plugin . The Java Plugin...
    docs.gradle.org/current/userguide/jacoco_report_aggregation_plugin.html
    Registered: Fri Apr 26 03:17:39 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 154.7K bytes
    - Viewed (0)
  9. 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 Apr 26 03:06:42 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 165.7K 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 Apr 26 03:15:35 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 157.2K bytes
    - Viewed (0)
Back to top