Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadChangesJson (0.07 sec)

  1. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SortAcceptedApiChangesTaskIntegrationTest.kt

                    }
                """)
            val actualFirstJson = loadChangesJson(firstAcceptedApiChangesFile.readText())
            val actualSecondJson = loadChangesJson(secondAcceptedApiChangesFile.readText())
    
            assertEquals(expectedFirstJson, actualFirstJson)
            assertEquals(expectedSecondJson, actualSecondJson)
        }
    
        private
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Mar 14 02:17:00 UTC 2025
    - 9.7K bytes
    - Viewed (0)
Back to top