- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GenerateAutoTestedSamplesTestTask (0.11 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/GenerateAutoTestedSamplesTestTask.kt
* there will be two files generated: `ABCAutoTestedSamplesTest.groovy` and `XYZAutoTestedSamplesTest.groovy` */ @CacheableTask abstract class GenerateAutoTestedSamplesTestTask @Inject constructor(@Internal val fileOperations: FileOperations) : DefaultTask() { private val sampleStart = Pattern.compile("""<pre class=['"]autoTested(.*?)['"].*?>""") @get:InputFiles
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 3.9K bytes - Viewed (0)