Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDecoratingProviderWithDecorate (0.88 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/DefaultServiceRegistryTest.groovy

            expect:
            registry.get(Long) == 112L
            registry.get(Number) == 112L
    
            where:
            decoratorProvider << [new TestDecoratingProviderWithCreate(), new TestDecoratingProviderWithDecorate()]
        }
    
        def cachesServiceCreatedUsingProviderDecoratorMethod() {
            def parent = Mock(ParentServices)
            def registry = new DefaultServiceRegistry(registry(parent))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:53:25 UTC 2024
    - 59.8K bytes
    - Viewed (0)
Back to top