Skip to content

Commit

Permalink
startSending tests
Browse files Browse the repository at this point in the history
Summary: startSending tests

Reviewed By: lhuang04

Differential Revision: D54521987

fbshipit-source-id: 3d1155112393e1a2c3860f58dc4ed1702074552f
  • Loading branch information
kvtsoy authored and facebook-github-bot committed Mar 9, 2024
1 parent d705d9d commit 57a9c43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quic/client/test/QuicClientTransportMock.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ class QuicClientTransportMock : public QuicClientTransport {
MOCK_METHOD((void), writeData, ());
MOCK_METHOD((void), closeSecondSocket, ());
MOCK_METHOD((void), setHappyEyeballsEnabled, (bool));
MOCK_METHOD(
(WriteResult),
writeChain,
(StreamId, Buf, bool, ByteEventCallback*));
};

} // namespace quic::test

0 comments on commit 57a9c43

Please sign in to comment.