Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ModelPath (0.07 sec)

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

            registry.realize("parent")
    
            expect:
            registry.atStateOrLater("parent", ModelNode.State.Registered).path == ModelPath.path("parent")
            registry.atStateOrLater("parent.foo", ModelNode.State.Registered).path == ModelPath.path("parent.foo")
    
            registry.remove(ModelPath.path("parent"))
    
            when:
            registry.atStateOrLater("parent", ModelNode.State.Registered) == null
            then:
    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