Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for restoresUserCodeApplicationWhenFilterSpecIsEvaluated (3.42 sec)

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

            def collection = container.matching(spec).withType(String.class).matching(spec2);
    
            expect:
            toList(collection) == ["a"]
        }
    
        def restoresUserCodeApplicationWhenFilterSpecIsEvaluated() {
            def spec = Mock(Spec)
            def source = Stub(UserCodeSource)
            def collection = null
    
            given:
            userCodeApplicationContext.apply(source) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 16 23:50:58 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top