Create MockAsyncUDPSocket
authorPeter Griess <pgriess@fb.com>
Mon, 24 Aug 2015 13:12:29 +0000 (06:12 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 24 Aug 2015 13:20:21 +0000 (06:20 -0700)
commit0c63ead9c6c9da8fc243983bd07c0b1bb0e8a5d8
tree34bb7d2d30d5e8455c5731f633f815a54a11b648
parent2d6a824fc67a236d41c7a6cdf5734654d42fe710
Create MockAsyncUDPSocket

Summary: - Mark all methods in AsyncUDPSocket as virtual
- Create new gmock AsyncUDPSocket: MockAsyncUDPSocket

Reviewed By: @yfeldblum

Differential Revision: D2370668
folly/Makefile.am
folly/io/async/AsyncUDPSocket.h
folly/io/async/test/MockAsyncUDPSocket.h [new file with mode: 0644]