Searched defs:jarTest (Results 1 – 1 of 1) sorted by relevance
370 type jarTest struct { struct371 description string // The description of what this test is supposed to test372 fromURL string // The full URL of the request from which Set-Cookie headers where received373 setCookies []string // All the cookies received from fromURL374 content string // The whole (non-expired) content of the jar375 queries []query // Queries to test the Jar.Cookies method385 func (test jarTest) run(t *testing.T, jar *Jar) {