Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RedirectingInterceptor (0.21 sec)

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

        private static IMethodInterceptor interceptor = new RedirectingInterceptor()
    
        @Override
        void visitSpecAnnotation(RedirectStdIn annotation, SpecInfo spec) {
            spec.bottomSpec.allFeatures.each {
                it.addIterationInterceptor(interceptor)
            }
        }
    
        private static class RedirectingInterceptor implements IMethodInterceptor {
    
            private PipedInputStream emulatedSystemIn
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top