Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTwoWayPatchForRawTestCase (0.21 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    		// run multiple times to exercise different map traversal orders
    		for i := 0; i < 10; i++ {
    			for _, c := range strategicMergePatchRawTestCases {
    				t.Run(c.Description+"/TwoWay", func(t *testing.T) {
    					testTwoWayPatchForRawTestCase(t, c, schema)
    				})
    				t.Run(c.Description+"/ThreeWay", func(t *testing.T) {
    					testThreeWayPatchForRawTestCase(t, c, schema)
    				})
    			}
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
Back to top