Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for java_testing (0.12 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    // limitations under the License.
    
    :metadata-file-spec: https://github.com/gradle/gradle/blob/master/platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md
    
    [[java_testing]]
    = Testing in Java & JVM projects
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/TestSpec.java

     * }).run();
     * </pre>
     * <p>
     * All methods on this interface (including the class and method selection) support patterns as arguments. The patterns follow the rules of
     * <a href="https://docs.gradle.org/current/userguide/java_testing.html#test_filtering">test filtering</a>.
     * <p>
     * The test execution will fail if any of the selected classes, methods, or patters have no matching tests.
     *
     * @since 7.6
     */
    @Incubating
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/cpp_testing.adoc

    Testing C++ projects in Gradle is fairly limited when compared to <<java_testing.adoc#java_testing,Testing in Java & JVM projects>>. In this chapter, we explain the ways to control how tests are run (<<#sec:cpp_test_execution,Test execution>>).
    
    But first, we look at the basics of native testing in Gradle.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/incubating/java/modules-multi-project-with-integration-tests/README.adoc

    link:{userManualPath}/application_plugin.html#sec:application_modular[Java Module support in the Application Plugin] and
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/java/modules-multi-project/README.adoc

    link:{userManualPath}/application_plugin.html#sec:application_modular[Java Module support in the Application Plugin] and
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-test-aggregation-distribution/README.adoc

    BUILD SUCCESSFUL
    24 actionable tasks: 24 executed
    ----
    
    The aggregated HTML report can now be found under `application/build/reports/tests/unit-tests/aggregated-results`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/java/jvm-multi-project-with-additional-test-types/README.adoc

    [listing.terminal.sample-command]
    ----
    $ ./gradlew check
    
    BUILD SUCCESSFUL
    14 actionable tasks: 14 executed
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/java/modules-multi-project-with-integration-tests/README.adoc

    link:{userManualPath}/application_plugin.html#sec:application_modular[Java Module support in the Application Plugin] and
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-code-coverage-distribution/README.adoc

    BUILD SUCCESSFUL
    25 actionable tasks: 25 executed
    ----
    
    XML and HTML reports can now be found under `application/build/reports/jacoco/testCodeCoverageReport`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-additional-test-types/README.adoc

    [listing.terminal.sample-command]
    ----
    $ ./gradlew check
    
    BUILD SUCCESSFUL
    14 actionable tasks: 14 executed
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top