Searched refs:getBasicAuthTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | request_test.go | 671 type getBasicAuthTest struct { struct 695 t.Errorf("BasicAuth() = %#v, want %#v", getBasicAuthTest{username, password, ok}, 696 getBasicAuthTest{tt.username, tt.password, tt.ok}) 737 t.Errorf("BasicAuth() = %#v, want %#v", getBasicAuthTest{username, password, ok}, 738 getBasicAuthTest{tt.username, tt.password, tt.ok})
|