Lines Matching refs:TestReader
143 func TestReader(t *testing.T) {739 // TestReader wraps a []byte and returns reads of a specific length.740 type testReader struct {745 func (t *testReader) Read(buf []byte) (n int, err error) {765 reader := testReader{input, stride}