|
void | DoErrorTest (StringPiece json, int split, StringPiece error_prefix, bool coerce_utf8=false, bool allow_empty_null=false) |
|
void | DoTest (StringPiece json, int split, bool coerce_utf8=false, bool allow_empty_null=false, bool loose_float_number_conversion=false) |
|
| JsonStreamParserTest () |
|
util::Status | RunTest (StringPiece json, int split, bool coerce_utf8=false, bool allow_empty_null=false, bool loose_float_number_conversion=false) |
|
virtual | ~JsonStreamParserTest () |
|
virtual void | SetUp () |
|
virtual void | TearDown () |
|
| Test () |
|
Definition at line 87 of file json_stream_parser_test.cc.
◆ JsonStreamParserTest()
google::protobuf::util::converter::JsonStreamParserTest::JsonStreamParserTest |
( |
| ) |
|
|
inlineprotected |
◆ ~JsonStreamParserTest()
virtual google::protobuf::util::converter::JsonStreamParserTest::~JsonStreamParserTest |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ DoErrorTest()
void google::protobuf::util::converter::JsonStreamParserTest::DoErrorTest |
( |
StringPiece |
json, |
|
|
int |
split, |
|
|
StringPiece |
error_prefix, |
|
|
bool |
coerce_utf8 = false , |
|
|
bool |
allow_empty_null = false |
|
) |
| |
|
inlineprotected |
◆ DoTest()
void google::protobuf::util::converter::JsonStreamParserTest::DoTest |
( |
StringPiece |
json, |
|
|
int |
split, |
|
|
bool |
coerce_utf8 = false , |
|
|
bool |
allow_empty_null = false , |
|
|
bool |
loose_float_number_conversion = false |
|
) |
| |
|
inlineprotected |
◆ RunTest()
util::Status google::protobuf::util::converter::JsonStreamParserTest::RunTest |
( |
StringPiece |
json, |
|
|
int |
split, |
|
|
bool |
coerce_utf8 = false , |
|
|
bool |
allow_empty_null = false , |
|
|
bool |
loose_float_number_conversion = false |
|
) |
| |
|
inlineprotected |
◆ in_sequence_
::testing::InSequence google::protobuf::util::converter::JsonStreamParserTest::in_sequence_ |
|
protected |
◆ mock_
◆ ow_
The documentation for this class was generated from the following file: