Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printForCopyInTest (0.22 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

            void outputEquals(String rendered) {
                String expected = normalize(rendered)
                if (actualMessage != expected) {
                    printForCopyInTest()
                }
                assert actualMessage == expected
            }
    
            private void printForCopyInTest() {
                println("Incorrect test expectation. You might want to verify this message an copy this expectation in the test if you changed the rendering:")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
Back to top