BufferedReaderTestSuite defines the test suite for the buffered reader
| 12 | |
| 13 | // BufferedReaderTestSuite defines the test suite for the buffered reader |
| 14 | type BufferedReaderTestSuite struct { |
| 15 | suite.Suite |
| 16 | } |
| 17 | |
| 18 | func (s *BufferedReaderTestSuite) TestRead() { |
| 19 | data := "hello world" |
nothing calls this directly
no outgoing calls
no test coverage detected