Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/TypedDomainObjectContainerWrapperTest.groovy

            then:
            containerHas container, "subTypeOne", "subTypeTwo"
        }
    
        def "returns all elements when filtered by parent type"() {
            when:
            def container = parent.containerWithType(Type)
    
            then:
            containerHas container, "otherSubType", "subTypeOne", "subTypeTwo", "typeOne", "typeTwo"
        }
    
        def "created elements are typed"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 10 22:34:19 UTC 2021
    - 5K bytes
    - Viewed (0)
Back to top