- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 168 for test (0.05 sec)
-
Test Event Reporting API
Test Event Reporting API version 9.1.0 The Test Event Reporting...integrate non-JVM test results into Gradle’s testing infrastructure...docs.gradle.org/current/userguide/test_reporting_api.htmlRegistered: Wed Oct 15 03:29:57 UTC 2025 - Last Modified: Thu Sep 18 13:45:38 UTC 2025 - 176.4K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:32:04 UTC 2025 - Last Modified: Thu Sep 18 13:45:39 UTC 2025 - 179K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:32:18 UTC 2025 - Last Modified: Thu Sep 18 13:45:38 UTC 2025 - 212K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:16:20 UTC 2025 - Last Modified: Thu Sep 18 13:45:38 UTC 2025 - 181.8K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:16:14 UTC 2025 - Last Modified: Thu Sep 18 13:45:38 UTC 2025 - 175.8K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:29:44 UTC 2025 - Last Modified: Thu Sep 18 13:45:37 UTC 2025 - 186.2K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:21:26 UTC 2025 - Last Modified: Thu Sep 18 13:45:38 UTC 2025 - 202.3K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:28:34 UTC 2025 - Last Modified: Thu Sep 18 13:45:39 UTC 2025 - 275K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:15:36 UTC 2025 - Last Modified: Thu Sep 18 13:45:38 UTC 2025 - 186.3K bytes - Viewed (0) -
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.htmlRegistered: Wed Oct 15 03:29:30 UTC 2025 - Last Modified: Thu Sep 18 13:45:39 UTC 2025 - 173.7K bytes - Viewed (0)