Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRecordedOps (0.17 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/internal/operations/notify/BuildOperationNotificationFixture.groovy

                }
    
                if (matchingOps.empty) {
                    throw new AssertionError("Did not find match among:\n\n ${tested.join("\n")}")
                }
            }
        }
    
        def getRecordedOps() {
            new JsonSlurper().parse(jsonFile())
        }
    
        void notIncluded(Class<?> type) {
            assert !recordedOps.any { it.detailsType == type.name }
        }
    
        String registerListener() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 20 11:47:00 UTC 2022
    - 7.5K bytes
    - Viewed (0)
Back to top