proxygen
|
Classes | |
class | MockBroadcastHandler |
Public Member Functions | |
void | SetUp () override |
void | TearDown () override |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Protected Attributes | |
DefaultPipeline::Ptr | pipeline |
StrictMock< MockBytesToBytesHandler > * | prevHandler {nullptr} |
StrictMock< MockByteToMessageDecoder< std::string > > * | decoder {nullptr} |
StrictMock< MockBroadcastHandler > * | handler {nullptr} |
StrictMock< MockSubscriber< std::string, std::string > > | subscriber0 |
StrictMock< MockSubscriber< std::string, std::string > > | subscriber1 |
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 23 of file BroadcastHandlerTest.cpp.
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 36 of file BroadcastHandlerTest.cpp.
References testing::_, wangle::Pipeline< R, W >::create(), EXPECT_CALL, handler(), testing::Invoke(), and fizz::detail::read().
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 56 of file BroadcastHandlerTest.cpp.
|
protected |
Definition at line 67 of file BroadcastHandlerTest.cpp.
|
protected |
Definition at line 68 of file BroadcastHandlerTest.cpp.
|
protected |
Definition at line 64 of file BroadcastHandlerTest.cpp.
|
protected |
Definition at line 66 of file BroadcastHandlerTest.cpp.
|
protected |
Definition at line 70 of file BroadcastHandlerTest.cpp.
|
protected |
Definition at line 71 of file BroadcastHandlerTest.cpp.