Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 101 - 110 of 130 for test (0.03 sec)

  1. Configuring the Build Environment

    applications and use cases (such as testing an early release for Gradle)....
    docs.gradle.org/current/userguide/build_environment.html
    Registered: Fri May 17 03:11:27 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 186.1K bytes
    - Viewed (0)
  2. Part 4: Applying Gradle Plugins

    test). Extend the basic Gradle model...
    docs.gradle.org/current/userguide/part4_gradle_plugins.html
    Registered: Fri May 17 03:07:30 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 158.1K bytes
    - Viewed (0)
  3. Using Plugins

    binary plugin that can be easily tested and shared between multiple...build script. It cannot be nested inside another construct (e.g.,...
    docs.gradle.org/current/userguide/plugins.html
    Registered: Fri May 17 03:08:37 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 194.6K bytes
    - Viewed (0)
  4. The Checkstyle Plugin

    Runs Checkstyle against the test Java source files. checkstyle...html.stylesheet = resources.text.fromFile("config/xsl/checkstyle-custom.xsl")...
    docs.gradle.org/current/userguide/checkstyle_plugin.html
    Registered: Fri May 17 03:19:15 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 158.3K bytes
    - Viewed (0)
  5. The Java Platform Plugin

    thus inherited by runtime and tests ones, it allows declaring dependencies...that only apply to runtime or test. For this purpose, the plugin...
    docs.gradle.org/current/userguide/java_platform_plugin.html
    Registered: Fri May 17 03:12:44 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 160.4K bytes
    - Viewed (0)
  6. Customizing publishing

    additional variants is often the best solution to publish additional...
    docs.gradle.org/current/userguide/publishing_customization.html
    Registered: Fri May 17 03:15:28 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 176.2K bytes
    - Viewed (0)
  7. Gradle Kotlin DSL Primer

    --task test ... Type Test (org.gradle.api.tasks.testing.Test) Note...a lazy context val test: Test = tasks.test.get() For all other...
    docs.gradle.org/current/userguide/kotlin_dsl.html
    Registered: Fri May 17 03:18:02 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 246.4K bytes
    - Viewed (0)
  8. Developing Parallel Tasks

    you can test your task by running it ./gradlew...asynchronously. Worker API example The best way to understand how to use...
    docs.gradle.org/current/userguide/worker_api.html
    Registered: Fri May 17 03:10:25 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 182.4K bytes
    - Viewed (0)
  9. Part 2: Running Gradle Tasks

    build - Assembles and tests this project. ... Documentation...:app:testClasses > Task :app:test > Task :app:check > Task :app:build...
    docs.gradle.org/current/userguide/part2_gradle_tasks.html
    Registered: Fri May 17 03:07:25 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 157K bytes
    - Viewed (0)
  10. Part 5: Exploring Incremental Builds

    :app:testClasses > Task :app:test > Task :app:check > Task :app:build...:app:testClasses UP-TO-DATE > Task :app:test UP-TO-DATE > Task :app:check...
    docs.gradle.org/current/userguide/part5_gradle_inc_builds.html
    Registered: Fri May 17 03:07:37 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 152.4K bytes
    - Viewed (0)
Back to top