Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 11 - 20 of 132 for test (0.03 sec)

  1. Upgrading your build from Gradle 8.x to the latest

    migrating to test suites. build.gradle.kts val test by testing.suite...id("java-library") } testing.suites { named<JvmTestSuite>("test") { dependencies...
    docs.gradle.org/current/userguide/upgrading_version_8.html
    Registered: Fri Apr 26 03:02:46 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 269.2K bytes
    - Viewed (0)
  2. Advanced Tasks

    text = change.file.text.reverse() } } } } The...explicitly, e.g., gradle check --tests abc does not work even though...
    docs.gradle.org/current/userguide/custom_tasks.html
    Registered: Fri Apr 26 03:07:58 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 186.7K bytes
    - Viewed (0)
  3. Executing Gradle builds on GitHub Actions

    termsOfServiceAgree = "yes" } } } Test building the project The project...has additional environment and test results information that are...
    docs.gradle.org/current/userguide/github-actions.html
    Registered: Fri Apr 26 03:15:14 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  4. Designing Gradle plugins

    testing and debugging plugin code as...well-maintained, they are hard to test and you can’t define new reusable...
    docs.gradle.org/current/userguide/designing_gradle_plugins.html
    Registered: Fri Mar 22 03:20:47 UTC 2024
    - Last Modified: Wed Feb 14 03:36:41 UTC 2024
    - 161.8K bytes
    - Viewed (0)
  5. Gradle 8.6 Release Notes

    occurred evaluating root project 'test'. > java.lang.StackOverflowError...occurred evaluating root project 'test'. > Circular evaluation detected:...
    docs.gradle.org/current/release-notes.html
    Registered: Fri Feb 16 03:13:01 UTC 2024
    - Last Modified: Wed Feb 14 03:36:40 UTC 2024
    - 145.3K bytes
    - Viewed (0)
  6. Locking dependency versions

    enabling to test with the latest versions on...
    docs.gradle.org/current/userguide/dependency_locking.html
    Registered: Fri Apr 26 03:11:29 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 173.6K bytes
    - Viewed (0)
  7. Build Cache

    SwiftCompile Testing: Test Code quality tasks: Checkstyle...properly declared use integration tests (for example using TestKit)...
    docs.gradle.org/current/userguide/build_cache.html
    Registered: Fri Apr 26 03:13:16 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 189.3K bytes
    - Viewed (0)
  8. Build Lifecycle

    register("test") { doLast { println("This is...the build.' } tasks.register('test') { doLast { println 'This is...
    docs.gradle.org/current/userguide/build_lifecycle.html
    Registered: Fri Apr 26 03:05:49 UTC 2024
    - Last Modified: Sun Apr 07 02:14:10 UTC 2024
    - 154K bytes
    - Viewed (0)
  9. 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 Apr 26 03:04:21 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 151.1K bytes
    - Viewed (0)
  10. The Groovy Plugin

    src/test/java Test Java source. src/test/resources Test resources....resources. src/test/groovy Test Groovy source. May also contain Java...
    docs.gradle.org/current/userguide/groovy_plugin.html
    Registered: Fri Apr 26 03:10:13 UTC 2024
    - Last Modified: Sun Apr 07 02:14:11 UTC 2024
    - 175.9K bytes
    - Viewed (0)
Back to top