Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 135 for test (0.09 sec)

  1. The Test Report Aggregation Plugin

    management The Test Report Aggregation plugin (plugin id: test-report-aggregation...plugins { id 'test-report-aggregation' } plugins { id("test-report-aggregation")...
    docs.gradle.org/current/userguide/test_report_aggregation_plugin.html
    Registered: Fri Nov 15 03:04:58 UTC 2024
    - Last Modified: Mon Nov 11 14:36:25 UTC 2024
    - 170.6K bytes
    - Viewed (0)
  2. The JVM Test Suite Plugin

    results of running tests for the test Test Suite's test target. Capabilities...automated tests into test suites in JVM-based projects. Tests suites...
    docs.gradle.org/current/userguide/jvm_test_suite_plugin.html
    Registered: Fri Nov 15 03:03:45 UTC 2024
    - Last Modified: Mon Nov 11 14:36:25 UTC 2024
    - 206.4K bytes
    - Viewed (0)
  3. Testing Gradle plugins

    automated tests Implementing automated tests Testing plays a crucial...The testing pyramid Manual Testing While manual testing is straightforward,...
    docs.gradle.org/current/userguide/testing_gradle_plugins.html
    Registered: Fri Nov 15 02:55:28 UTC 2024
    - Last Modified: Mon Nov 11 14:36:25 UTC 2024
    - 193.4K bytes
    - Viewed (0)
  4. Testing in Java & JVM projects

    basics Test execution Test filtering Test reporting Test detection...gradle test --tests '*IntegTest' gradle test --tests '*IntegTest*ui*'...
    docs.gradle.org/current/userguide/java_testing.html
    Registered: Fri Nov 15 02:59:52 UTC 2024
    - Last Modified: Mon Nov 11 14:36:25 UTC 2024
    - 261.1K bytes
    - Viewed (0)
  5. Testing in C++ projects

    executable-based testing frameworks, such as Google Test . Testing C++ projects...ways to control how tests are run ( Test execution ). But first,...
    docs.gradle.org/current/userguide/cpp_testing.html
    Registered: Fri Nov 15 03:02:39 UTC 2024
    - Last Modified: Mon Nov 11 14:36:26 UTC 2024
    - 165.4K bytes
    - Viewed (0)
  6. Testing in Swift projects

    Test execution Test filtering Test reporting Testing in the native...specific tests to run (Test filtering) - What test reports are...
    docs.gradle.org/current/userguide/swift_testing.html
    Registered: Fri Nov 15 03:02:44 UTC 2024
    - Last Modified: Mon Nov 11 14:36:26 UTC 2024
    - 177.6K bytes
    - Viewed (0)
  7. C++ Unit Test

    executable-based testing framework, such as Google Test . Usage Example...Unit Test Plugin build.gradle.kts plugins { `cpp-unit-test` } build.gradle...
    docs.gradle.org/current/userguide/cpp_unit_test_plugin.html
    Registered: Fri Nov 15 03:05:38 UTC 2024
    - Last Modified: Mon Nov 11 14:36:26 UTC 2024
    - 182.1K bytes
    - Viewed (0)
  8. Testing Build Logic with TestKit

    named('test', Test) { useJUnitPlatform() } Functional testing with...code under test classes into test builds src/test/groovy/org...
    docs.gradle.org/current/userguide/test_kit.html
    Registered: Fri Nov 15 02:55:58 UTC 2024
    - Last Modified: Mon Nov 11 14:36:25 UTC 2024
    - 193K bytes
    - Viewed (0)
  9. Building Java & JVM projects

    under src/test/java A test task that runs the tests from src/test/java...automatic test task of type Test , using the test source set...
    docs.gradle.org/current/userguide/building_java_projects.html
    Registered: Fri Nov 15 02:59:48 UTC 2024
    - Last Modified: Mon Nov 11 14:36:26 UTC 2024
    - 237.9K bytes
    - Viewed (0)
  10. Solving common problems

    withType(Test).configureEach { doFirst { println "Running test on CI"...println("Running test on CI") } } } build.gradle tasks.withType(Test).configureEach...
    docs.gradle.org/current/userguide/common_caching_problems.html
    Registered: Fri Nov 15 03:01:55 UTC 2024
    - Last Modified: Mon Nov 11 14:36:26 UTC 2024
    - 191.1K bytes
    - Viewed (0)
Back to top