proxygen
folly::io::test::StreamingUnitTest Class Reference
Inheritance diagram for folly::io::test::StreamingUnitTest:

Protected Member Functions

void SetUp () override
 
bool hasFlush () const
 

Protected Attributes

std::unique_ptr< StreamCodeccodec_
 

Detailed Description

Definition at line 466 of file CompressionTest.cpp.

Member Function Documentation

bool folly::io::test::StreamingUnitTest::hasFlush ( ) const
inlineprotected

Definition at line 472 of file CompressionTest.cpp.

References folly::io::test::codecHasFlush().

472  {
473  return codecHasFlush(GetParam());
474  }
static bool codecHasFlush(CodecType type)
void folly::io::test::StreamingUnitTest::SetUp ( )
inlineoverrideprotected

Definition at line 468 of file CompressionTest.cpp.

References codec_, and folly::io::getStreamCodec().

468  {
469  codec_ = getStreamCodec(GetParam());
470  }
std::unique_ptr< StreamCodec > getStreamCodec(CodecType type, int level)
std::unique_ptr< StreamCodec > codec_

Member Data Documentation

std::unique_ptr<StreamCodec> folly::io::test::StreamingUnitTest::codec_
protected

Definition at line 476 of file CompressionTest.cpp.


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