Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLessThanOrEqual (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/quota/v1/resources_test.go

    		if result := Equals(testCase.a, testCase.b); result != testCase.expected {
    			t.Errorf("%s expected: %v, actual: %v, a=%v, b=%v", testName, testCase.expected, result, testCase.a, testCase.b)
    		}
    	}
    }
    
    func TestLessThanOrEqual(t *testing.T) {
    	testCases := map[string]struct {
    		a        corev1.ResourceList
    		b        corev1.ResourceList
    		expected bool
    		out      []corev1.ResourceName
    	}{
    		"isEmpty": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 12 01:57:38 UTC 2021
    - 15.6K bytes
    - Viewed (0)
Back to top