MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / BufferedReaderTestSuite

Struct BufferedReaderTestSuite

bufreader/bufreader_test.go:14–16  ·  view source on GitHub ↗

BufferedReaderTestSuite defines the test suite for the buffered reader

Source from the content-addressed store, hash-verified

12
13// BufferedReaderTestSuite defines the test suite for the buffered reader
14type BufferedReaderTestSuite struct {
15 suite.Suite
16}
17
18func (s *BufferedReaderTestSuite) TestRead() {
19 data := "hello world"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected