Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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 10 03:15:26 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 166.6K bytes
    - Viewed (0)
  2. 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 10 03:21:35 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 150.7K bytes
    - Viewed (0)
  3. 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 10 03:19:13 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 192.2K bytes
    - Viewed (0)
  4. Dependency Management Basics

    binary to compile and run the test code testImplementation(libs.mockitoCore)...is a mocking framework for testing Java code. This library will...
    docs.gradle.org/current/userguide/dependency_management_basics.html
    Registered: Fri May 10 03:11:02 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 151.1K bytes
    - Viewed (0)
  5. Upgrading your build from Gradle 6.x to 7.0

    This may cause test failures when the test expects particular...temporary files for TestKit tests Tests that use the TestKit API...
    docs.gradle.org/current/userguide/upgrading_version_6.html
    Registered: Fri May 10 03:09:35 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 226.6K bytes
    - Viewed (1)
  6. 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 10 03:24:41 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 167.9K bytes
    - Viewed (0)
  7. 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 10 03:11:20 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 165.5K bytes
    - Viewed (0)
  8. 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 10 03:11:55 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 150.2K bytes
    - Viewed (0)
  9. Working with Variant Attributes

    the type of test suite (unit test, integration test, performance...verification tasks, such as test results or code coverage reports....
    docs.gradle.org/current/userguide/variant_attributes.html
    Registered: Fri May 10 03:19:33 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 175.4K bytes
    - Viewed (0)
  10. 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 10 03:13:14 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top