- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for withJsonFile (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/UpgradedPropertiesChangesTest.kt
public interface TaskInterface { Property<String> getSourceCompatibility(); } """ ) withJsonFile( "resources/upgraded-properties.json", """ [{ "containingType": "com.example.Task",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 26.2K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
protected fun File.withJavaFile(path: String, @Language("java") text: String): File = withFile(path, text) protected fun File.withJsonFile(path: String, @Language("json") text: String): File = withFile(path, text) private fun File.withUniqueDirectory(prefixPath: String): File = Files.createTempDirectory(Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 18.3K bytes - Click Count (0)