Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNotFound (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	body, err := ioutil.ReadAll(response.Body)
    	if err != nil {
    		return nil, string(body), err
    	}
    	obj, err := runtime.Decode(decoder, body)
    	return obj, string(body), err
    }
    
    func TestNotFound(t *testing.T) {
    	type T struct {
    		Method string
    		Path   string
    		Status int
    	}
    	cases := map[string]T{
    		// Positive checks to make sure everything is wired correctly
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
Back to top