proxygen
|
Public Member Functions | |
void | SetUp () override |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Public Attributes | |
EventBase | evb_ |
MockErrMessageCallback | err |
MockUDPReadCallback | readCb |
std::shared_ptr< AsyncUDPSocket > | socket_ |
folly::SocketAddress | addr_ |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions inherited from testing::Test | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
Protected Member Functions inherited from testing::Test | |
Test () | |
virtual void | TearDown () |
Test () | |
virtual void | TearDown () |
Test () | |
virtual void | TearDown () |
Definition at line 512 of file AsyncUDPSocketTest.cpp.
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 514 of file AsyncUDPSocketTest.cpp.
folly::SocketAddress AsyncUDPSocketTest::addr_ |
Definition at line 524 of file AsyncUDPSocketTest.cpp.
MockErrMessageCallback AsyncUDPSocketTest::err |
Definition at line 521 of file AsyncUDPSocketTest.cpp.
EventBase AsyncUDPSocketTest::evb_ |
Definition at line 520 of file AsyncUDPSocketTest.cpp.
MockUDPReadCallback AsyncUDPSocketTest::readCb |
Definition at line 522 of file AsyncUDPSocketTest.cpp.
std::shared_ptr<AsyncUDPSocket> AsyncUDPSocketTest::socket_ |
Definition at line 523 of file AsyncUDPSocketTest.cpp.