proxygen
|
Public Member Functions | |
void | SetUp () override |
void | TearDown () override |
void | efd_write (uint64_t val) |
uint64_t | efd_read () |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Public Attributes | |
int | efd = 0 |
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 () | |
Test () | |
Test () | |
Definition at line 58 of file EventHandlerTest.cpp.
|
inline |
Definition at line 78 of file EventHandlerTest.cpp.
References fizz::detail::read(), uint64_t, and val.
|
inline |
Definition at line 74 of file EventHandlerTest.cpp.
References fizz::detail::write().
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 62 of file EventHandlerTest.cpp.
References ASSERT_THAT, EFD_SEMAPHORE, eventfd, and testing::Gt().
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 67 of file EventHandlerTest.cpp.
References folly::netops::close().
int EventHandlerTest::efd = 0 |
Definition at line 60 of file EventHandlerTest.cpp.