|
proxygen
|
Public Member Functions | |
| void | SetUp () override |
Public Member Functions inherited from FilterTest | |
| FilterTest () | |
Public Member Functions inherited from testing::Test | |
| virtual | ~Test () |
| virtual | ~Test () |
| virtual | ~Test () |
Public Attributes | |
| StrictMock< MockFlowControlCallback > | flowCallback_ |
| FlowControlFilter * | filter_ |
| int | recvWindow_ {initSize} |
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 () |
Protected Attributes inherited from FilterTest | |
| MockHTTPCodec * | codec_ |
| HTTPCodec::Callback * | callbackStart_ |
| HTTPCodecFilterChain | chain_ |
| MockHTTPCodecCallback | callback_ |
| folly::IOBufQueue | writeBuf_ {folly::IOBufQueue::cacheChainLength()} |
Definition at line 60 of file FilterTests.cpp.
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 62 of file FilterTests.cpp.
References testing::_, folly::IOBufQueue::append(), codec_, EXPECT_CALL, testing::Invoke(), testing::InvokeWithoutArgs(), proxygen::makeBuf(), testing::Return(), and fizz::detail::writeBuf().
| FlowControlFilter* FlowControlFilterTest< initSize >::filter_ |
Definition at line 95 of file FilterTests.cpp.
| StrictMock<MockFlowControlCallback> FlowControlFilterTest< initSize >::flowCallback_ |
Definition at line 94 of file FilterTests.cpp.
| int FlowControlFilterTest< initSize >::recvWindow_ {initSize} |
Definition at line 96 of file FilterTests.cpp.