Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddScenarioDefinitionInterceptor (0.3 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/annotations/RunFor.groovy

                comment: scenario.comment() ?: null
            )
        }
    
        static class AddScenarioDefinitionInterceptor implements IMethodInterceptor {
            private final Method method
            private final RunFor runFor
    
            AddScenarioDefinitionInterceptor(Method method, RunFor runFor) {
                this.method = method
                this.runFor = runFor
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top