Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cba (0.01 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/DefaultPropertyTest.groovy

            0 * _
    
            when:
            property.set(provider)
    
            then:
            0 * _
    
            when:
            def r2 = p.get()
    
            then:
            r2 == "cba"
            1 * transformer.transform("abc") >> "cba"
            0 * _
        }
    
        def "provider from property with convention can be absent"() {
            def property = propertyWithDefaultValue(String)
            property.convention("convention")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. src/internal/syscall/windows/registry/registry_test.go

    	{Type: registry.QWORD, Name: "Qword6", Value: uint64(0xffffffff)},
    	{Type: registry.MULTI_SZ, Name: "MultiString1", Value: []string{"a", "b", "c"}},
    	{Type: registry.MULTI_SZ, Name: "MultiString2", Value: []string{"abc", "", "cba"}},
    	{Type: registry.MULTI_SZ, Name: "MultiString3", Value: []string{""}},
    	{Type: registry.MULTI_SZ, Name: "MultiString4", Value: []string{"abcdef"}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 19:19:00 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top