Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Bean2 (0.04 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

                    it.addLinkInstance("bean1.bean2", new Bean(name: "bean2 unmodified"))
                }
            }
            registry.root.getLink("bean1").applyToSelf(rules)
    
            expect:
            // Rule is not applied to scope node
            registry.realize("bean1", Bean).name == "bean1 unmodified"
            // Rule is applied to child of scope node
            registry.realize("bean1.bean2", Bean).name == "bean"
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
Back to top