Searched defs:testConn (Results 1 – 1 of 1) sorted by relevance
106 type testConn struct { struct107 readMu sync.Mutex // for TestHandlerBodyClose108 readBuf bytes.Buffer109 writeBuf bytes.Buffer110 closec chan bool // 1-buffered; receives true when Close is called111 noopConn118 func (c *testConn) Read(b []byte) (int, error) {124 func (c *testConn) Write(b []byte) (int, error) {128 func (c *testConn) Close() error {