Add socket mocks
authorAlan Frindell <afrind@fb.com>
Thu, 2 Apr 2015 17:26:53 +0000 (10:26 -0700)
committerafrind <afrind@fb.com>
Thu, 2 Apr 2015 19:02:47 +0000 (12:02 -0700)
commitb6005aa33a79e11025582a80a1f35aa915e1c9b5
treef2d7d73daa500a716c2b7e65eca568d814958c2d
parentfe6985dd5fcf628083209274f0af8570556e96da
Add socket mocks

Summary: These parallel the MockTAsync* from thrift/lib/cpp/test.  Once all the users of the thrift versions are gone they can be deleted

Test Plan: Unit tests

Reviewed By: yfeldblum@fb.com, alandau@fb.com

Subscribers: doug, net-systems@, folly-diffs@, yfeldblum, chalfant

FB internal diff: D1959979

Signature: t1:1959979:1427917909:19af219f88dd6847a064da986dd30765e29bdc99
folly/Makefile.am
folly/io/async/test/MockAsyncSSLSocket.h [new file with mode: 0644]
folly/io/async/test/MockAsyncServerSocket.h [new file with mode: 0644]
folly/io/async/test/MockAsyncSocket.h [new file with mode: 0644]
folly/io/async/test/MockAsyncTransport.h [new file with mode: 0644]