proxygen
SPDYCodecTestF Class Reference
Inheritance diagram for SPDYCodecTestF:
HTTPParallelCodecTest testing::Test

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::HTTPParallelCodecupstreamCodec_
 
proxygen::HTTPParallelCodecdownstreamCodec_
 
folly::IOBufQueue output_ {folly::IOBufQueue::cacheChainLength()}
 
const testing::TestInfotestInfo_ {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 ()
 

Detailed Description

Definition at line 1448 of file SPDYCodecTest.cpp.

Constructor & Destructor Documentation

SPDYCodecTestF::SPDYCodecTestF ( )
inline

Definition at line 1451 of file SPDYCodecTest.cpp.

SPDYCodec downstreamCodec_
SPDYCodec upstreamCodec_
HTTPParallelCodecTest(proxygen::HTTPParallelCodec &upstreamCodec, proxygen::HTTPParallelCodec &downstreamCodec)

Member Data Documentation

SPDYCodec SPDYCodecTestF::downstreamCodec_
protected
Initial value:
{TransportDirection::DOWNSTREAM,
SPDYVersion::SPDY3_1}

Definition at line 1456 of file SPDYCodecTest.cpp.

SPDYCodec SPDYCodecTestF::upstreamCodec_ {TransportDirection::UPSTREAM, SPDYVersion::SPDY3_1}
protected

Definition at line 1455 of file SPDYCodecTest.cpp.


The documentation for this class was generated from the following file: