Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for specialItem (0.09 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/NodeBackedModelMapSpec.groovy

                it.keySet() as List == ["specialItem"]
                it.size() == 1
                !it.isEmpty()
                it.get("item") == null
                this.specialItemClass.isInstance it.get("specialItem")
            }
    
            with (map.withType(specialItemClass).withType(itemClass)) {
                it*.name == ["specialItem"]
                it.keySet() as List == ["specialItem"]
                it.size() == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 38.3K bytes
    - Viewed (0)
Back to top