Lines Matching refs:expectedResponse
1304 expectedResponse string // expected substring in first line of http response
1307 func expectTest(contentLength int, expectation string, readBody bool, expectedResponse string) serverExpectTest {
1312 expectedResponse: expectedResponse,
1342 expectedResponse: "100 Continue",
1431 if !strings.Contains(line, test.expectedResponse) {
1432 t.Errorf("On test %#v, got first line = %q; want %q", test, line, test.expectedResponse)