Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for withTestKitDir (0.08 seconds)

  1. build-logic/buildquality/src/test/kotlin/gradlebuild/testcleanup/TestFilesCleanupServiceTest.kt

                    }
                }
                """.trimIndent()
            )
        }
    
        private
        fun run(vararg args: String) = GradleRunner.create()
            .withProjectDir(projectDir)
            .withTestKitDir(testKitDir)
            .withPluginClasspath()
            .forwardOutput()
            /*
            This is a workaround to use `--no-daemon` with TestKit.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 10 00:16:44 GMT 2026
    - 11.6K bytes
    - Click Count (0)
Back to Top