Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ModelRuleExecutionException (0.49 sec)

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

                node.addLink("foo.bar") { it.descriptor("create foo.bar as Integer").unmanaged(12) }
            }
    
            when:
            registry.realize("foo")
    
            then:
            ModelRuleExecutionException e = thrown()
            e.message == /Exception thrown while executing model rule: mutate foo as Integer/
            e.cause instanceof DuplicateModelException
    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