- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for autoTested (0.06 seconds)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/GenerateAutoTestedSamplesTestTask.kt
import javax.inject.Inject /** * This task scans the main source set and findd samples in javadoc with `class='autoTested'`, * then generates a subclass of AbstractAutoTestedSamplesTest for each class including samples and adds them to the integTest. * * For example, we have two classes ABC.java and XYZ.groovy that include `class='autoTested'`, * there will be two files generated: `ABCAutoTestedSamplesTest.groovy` and `XYZAutoTestedSamplesTest.groovy` */
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 06:44:41 GMT 2025 - 3.9K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/extension/IntegrationTestExtension.kt
/** * If enabled, there will be a `GenerateAutoTestedSamplesTestTask` task * that generates a subclass of `AbstractAutoTestedSamplesTest` to * test all snippets embedded in javadoc with `class='autoTested'`. */ abstract val generateDefaultAutoTestedSamplesTest: Property<Boolean> abstract val testJvmXmx: Property<String>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jun 27 08:23:32 GMT 2025 - 1.1K bytes - Click Count (0)