proxygen
|
Public Member Functions | |
SPDYCodecTestF () | |
Public Member Functions inherited from HTTPParallelCodecTest | |
HTTPParallelCodecTest (proxygen::HTTPParallelCodec &upstreamCodec, proxygen::HTTPParallelCodec &downstreamCodec) | |
void | SetUp () override |
void | SetUpUpstreamTest () |
bool | parse (std::function< void(folly::IOBuf *)> hackIngress=std::function< void(folly::IOBuf *)>()) |
bool | parseUpstream (std::function< void(folly::IOBuf *)> hackIngress=std::function< void(folly::IOBuf *)>()) |
bool | parseImpl (proxygen::HTTPParallelCodec &codec, std::function< void(folly::IOBuf *)> hackIngress) |
void | dumpToFile (bool isUpstream=false) |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Protected Attributes | |
SPDYCodec | upstreamCodec_ {TransportDirection::UPSTREAM, SPDYVersion::SPDY3_1} |
SPDYCodec | downstreamCodec_ |
Protected Attributes inherited from HTTPParallelCodecTest | |
proxygen::FakeHTTPCodecCallback | callbacks_ |
proxygen::HTTPParallelCodec & | upstreamCodec_ |
proxygen::HTTPParallelCodec & | downstreamCodec_ |
folly::IOBufQueue | output_ {folly::IOBufQueue::cacheChainLength()} |
const testing::TestInfo * | testInfo_ {testing::UnitTest::GetInstance()->current_test_info()} |
bool | dump_ {false} |
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 1448 of file SPDYCodecTest.cpp.
|
inline |
Definition at line 1451 of file SPDYCodecTest.cpp.
|
protected |
Definition at line 1456 of file SPDYCodecTest.cpp.
|
protected |
Definition at line 1455 of file SPDYCodecTest.cpp.