Searched defs:dumpTest (Results 1 – 2 of 2) sorted by relevance
29 type dumpTest struct { struct31 Req *http.Request32 GetReq func() *http.Request34 Body any // optional []byte or func() io.ReadCloser to populate Req.Body36 WantDump string37 WantDumpOut string38 MustError bool // if true, the test is expected to throw an error39 NoBody bool // if true, set DumpRequest{,Out} body to false
637 void SkOpAngle::dumpTest() const { in dumpTest() function in SkOpAngle