proxygen
|
Public Member Functions | |
void | SetUp () override |
void | TearDown () override |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Protected Member Functions | |
template<class T > | |
T | decodeHex (const std::string &hex) |
template<class T > | |
std::string | encodeHex (T &&msg) |
Protected Member Functions inherited from testing::Test | |
Test () | |
Test () | |
Test () | |
Protected Attributes | |
std::unique_ptr< ZlibCertificateCompressor > | compressor_ |
std::unique_ptr< ZlibCertificateDecompressor > | decompressor_ |
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) |
Definition at line 186 of file ZlibCertificateCompressorTest.cpp.
|
inlineprotected |
Definition at line 198 of file ZlibCertificateCompressorTest.cpp.
References folly::IOBuf::copyBuffer(), folly::data(), folly::gen::move, and folly::unhexlify().
|
inlineprotected |
Definition at line 205 of file ZlibCertificateCompressorTest.cpp.
References encode(), and folly::hexlify().
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 188 of file ZlibCertificateCompressorTest.cpp.
|
inlineoverridevirtual |
Reimplemented from testing::Test.
Definition at line 194 of file ZlibCertificateCompressorTest.cpp.
|
protected |
Definition at line 210 of file ZlibCertificateCompressorTest.cpp.
|
protected |
Definition at line 211 of file ZlibCertificateCompressorTest.cpp.