- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 163 for test (0.05 seconds)
-
Test Event Reporting API
Test Event Reporting API version 9.3.1 The Test Event Reporting...integrate non-JVM test results into Gradle’s testing infrastructure...docs.gradle.org/current/userguide/test_reporting_api.htmlThu Feb 12 04:44:32 GMT 2026 182.3K bytes -
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.htmlThu Feb 12 04:44:33 GMT 2026 184.8K bytes -
The JVM Test Suite Plugin
results of running tests for the test Test Suite's test target. Capabilities...directories of a test suite Configure the Test task for a test suite Sharing...docs.gradle.org/current/userguide/jvm_test_suite_plugin.htmlThu Feb 12 04:44:33 GMT 2026 217.9K bytes -
Part 4: Writing a Unit Test
Unit Tests Step 2: Update the Test Step 3: Run the Test Learn...r import kotlin.test.Test import kotlin.test.assertNotNull class...docs.gradle.org/current/userguide/part4_unit_test.htmlThu Feb 12 04:44:33 GMT 2026 181.7K bytes -
Part 6: Writing a Functional Test
test.assertTrue import kotlin.test.Test import org...tasks.named<Test>("test") { // Use JUnit Jupiter for unit tests. useJUnitPlatform()...docs.gradle.org/current/userguide/part6_functional_test.htmlThu Feb 12 04:44:33 GMT 2026 187.6K bytes -
Binary Plugin Testing
Unlike unit tests in src/test/java that test individual classes,...tasks.named<Test>("test") { // Use JUnit Jupiter for unit tests. useJUnitPlatform()...docs.gradle.org/current/userguide/testing_binary_plugin_advanced.htmlThu Feb 12 04:44:33 GMT 2026 192.2K bytes -
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.htmlThu Feb 12 04:44:34 GMT 2026 179.6K bytes -
Testing Plugins
test Example of a functional test Testing plays a crucial role...The testing pyramid Manual Testing While manual testing is straightforward,...docs.gradle.org/current/userguide/testing_gradle_plugins.htmlThu Feb 12 04:44:33 GMT 2026 216.8K bytes -
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.htmlThu Feb 12 04:44:33 GMT 2026 192K bytes -
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.htmlThu Feb 12 04:44:34 GMT 2026 203.1K bytes