Home
last modified time | relevance | path

Searched defs:jarTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/cookiejar/
Djar_test.go370 type jarTest struct { struct
371 description string // The description of what this test is supposed to test
372 fromURL string // The full URL of the request from which Set-Cookie headers where received
373 setCookies []string // All the cookies received from fromURL
374 content string // The whole (non-expired) content of the jar
375 queries []query // Queries to test the Jar.Cookies method
385 func (test jarTest) run(t *testing.T, jar *Jar) {