Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IterationMatchingMethodInterceptor (0.61 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/UnsupportedWithConfigurationCacheExtension.groovy

                } else {
                    feature.getFeatureMethod().addInterceptor(new IterationMatchingMethodInterceptor(annotation.iterationMatchers()))
                }
            }
        }
    
        private static class IterationMatchingMethodInterceptor implements IMethodInterceptor {
    
            private final String[] iterationMatchers
    
            IterationMatchingMethodInterceptor(String[] iterationMatchers) {
                this.iterationMatchers = iterationMatchers
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 08:57:52 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top