Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertHasPrefix (0.25 sec)

  1. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/LoggingIntegrationTest.groovy

                errorMessages: [errorMessages],
                allMessages: allOuts,
                validator: {OutputOccurrence occurrence ->
                    occurrence.assertIsAtEndOfLine()
                    occurrence.assertHasPrefix(/.+ \[.+\] \[.+\] /)
                }
        )
    }
    
    class OutputOccurrence {
        final String expected
        final String actual
        final int index
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 15.6K bytes
    - Viewed (0)
Back to top