webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
google::protobuf::util::converter::JsonStreamParserTest Class Reference
Inheritance diagram for google::protobuf::util::converter::JsonStreamParserTest:
testing::Test

Protected Member Functions

 JsonStreamParserTest ()
 
virtual ~JsonStreamParserTest ()
 
util::Status RunTest (StringPiece json, int split, bool coerce_utf8=false)
 
void DoTest (StringPiece json, int split, bool coerce_utf8=false)
 
void DoErrorTest (StringPiece json, int split, StringPiece error_prefix, bool coerce_utf8=false)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

MockObjectWriter mock_
 
ExpectingObjectWriter ow_
 

Constructor & Destructor Documentation

◆ JsonStreamParserTest()

google::protobuf::util::converter::JsonStreamParserTest::JsonStreamParserTest ( )
inlineprotected

◆ ~JsonStreamParserTest()

virtual google::protobuf::util::converter::JsonStreamParserTest::~JsonStreamParserTest ( )
inlineprotectedvirtual

Member Function Documentation

◆ DoErrorTest()

void google::protobuf::util::converter::JsonStreamParserTest::DoErrorTest ( StringPiece  json,
int  split,
StringPiece  error_prefix,
bool  coerce_utf8 = false 
)
inlineprotected

◆ DoTest()

void google::protobuf::util::converter::JsonStreamParserTest::DoTest ( StringPiece  json,
int  split,
bool  coerce_utf8 = false 
)
inlineprotected

◆ RunTest()

util::Status google::protobuf::util::converter::JsonStreamParserTest::RunTest ( StringPiece  json,
int  split,
bool  coerce_utf8 = false 
)
inlineprotected

Member Data Documentation

◆ mock_

MockObjectWriter google::protobuf::util::converter::JsonStreamParserTest::mock_
protected

◆ ow_

ExpectingObjectWriter google::protobuf::util::converter::JsonStreamParserTest::ow_
protected

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