Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetDefinitionName (0.64 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/openapi/openapi_test.go

    	if expected == nil || actual == nil {
    		equal = expected == actual
    	} else {
    		equal = reflect.DeepEqual(expected, actual)
    	}
    	if !equal {
    		t.Errorf("%v != %v", expected, actual)
    	}
    }
    
    func TestGetDefinitionName(t *testing.T) {
    	testType := openapitesting.TestType{}
    	// in production, the name is stripped of ".*vendor/" prefix before passed
    	// to GetDefinitionName, so here typePkgName does not have the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 29 06:38:01 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top