- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toAssertionMessage (0.1 sec)
-
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
assertTrue(richReport.toAssertionMessage("Expected to be compatible but the check failed"), isBinaryCompatible) } private fun CheckResult.assertNotBinaryCompatible() { assertFalse(richReport.toAssertionMessage("Expected to be breaking but the check passed"), isBinaryCompatible) } private fun RichReport.toAssertionMessage(message: String) =
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Jun 04 14:00:46 UTC 2024 - 16.4K bytes - Viewed (0)