proxygen
QPACKTests Class Reference
Inheritance diagram for QPACKTests:
testing::Test

Protected Member Functions

void controlAck ()
 
void headerAck (uint64_t streamId)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

QPACKCodec client
 
QPACKCodec server
 

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
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
- 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)
 

Detailed Description

Definition at line 44 of file QPACKCodecTests.cpp.

Member Function Documentation

void QPACKTests::controlAck ( )
inlineprotected

Definition at line 48 of file QPACKCodecTests.cpp.

References EXPECT_EQ, and folly::gen::move.

48  {
49  auto ack = server.encodeTableStateSync();
51  HPACK::DecodeError::NONE);
52  }
#define EXPECT_EQ(val1, val2)
Definition: gtest.h:1922
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
HPACK::DecodeError decodeDecoderStream(std::unique_ptr< folly::IOBuf > buf)
Definition: QPACKCodec.h:67
QPACKCodec client
std::unique_ptr< folly::IOBuf > encodeTableStateSync()
Definition: QPACKCodec.h:78
QPACKCodec server
void QPACKTests::headerAck ( uint64_t  streamId)
inlineprotected

Definition at line 54 of file QPACKCodecTests.cpp.

References EXPECT_EQ, and folly::gen::move.

54  {
55  auto ack = server.encodeHeaderAck(streamId);
57  HPACK::DecodeError::NONE);
58  }
#define EXPECT_EQ(val1, val2)
Definition: gtest.h:1922
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
std::unique_ptr< folly::IOBuf > encodeHeaderAck(uint64_t streamId)
Definition: QPACKCodec.h:82
HPACK::DecodeError decodeDecoderStream(std::unique_ptr< folly::IOBuf > buf)
Definition: QPACKCodec.h:67
QPACKCodec client
QPACKCodec server

Member Data Documentation

QPACKCodec QPACKTests::client
protected

Definition at line 60 of file QPACKCodecTests.cpp.

QPACKCodec QPACKTests::server
protected

Definition at line 61 of file QPACKCodecTests.cpp.


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