Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for realizeNode (0.19 sec)

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

            expect:
            registry.realize("foo", Object) == "value"
            registry.realize("foo", String) == "value"
        }
    
        def "can get root node"() {
            expect:
            registry.realizeNode(ModelPath.ROOT) != null
        }
    
        def "cannot get element for which registration by-path input does not exist"() {
            given:
    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