Searched defs:ZipTest (Results 1 – 1 of 1) sorted by relevance
21 type ZipTest struct { struct22 Name string23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file24 Comment string25 File []ZipTestFile26 Error error // the error that Opening this file should return307 func readTestZip(t *testing.T, zt ZipTest) {366 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) {