Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for someCustomBindingValue (0.15 sec)

  1. platforms/software/build-init/src/test/groovy/org/gradle/buildinit/plugins/internal/TemplateOperationFactorySpec.groovy

        }
    
        def "supports custom bindings"() {
            when:
            def templateOperation = builder.withBindings(someCustomBinding: "someCustomBindingValue").create()
            then:
            templateOperation.bindings.size() == 4
            templateOperation.bindings.someCustomBinding.value == "someCustomBindingValue"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top