Protected Member Functions | Protected Attributes | List of all members
google::protobuf::util::converter::JsonStreamParserTest Class Reference
Inheritance diagram for google::protobuf::util::converter::JsonStreamParserTest:
Inheritance graph
[legend]

Protected Member Functions

void DoErrorTest (StringPiece json, int split, StringPiece error_prefix, bool coerce_utf8=false, bool allow_empty_null=false)
 
void DoErrorTest (StringPiece json, int split, StringPiece error_prefix, ParseErrorType expected_parse_error_type, std::function< void(JsonStreamParser *)> setup=[](JsonStreamParser *p) { })
 
void DoErrorTest (StringPiece json, int split, StringPiece error_prefix, std::function< void(JsonStreamParser *)> setup=[](JsonStreamParser *p) { })
 
void DoTest (StringPiece json, int split, bool coerce_utf8=false, bool allow_empty_null=false, bool loose_float_number_conversion=false)
 
void DoTest (StringPiece json, int split, std::function< void(JsonStreamParser *)> setup=[](JsonStreamParser *p) { })
 
 JsonStreamParserTest ()
 
 JsonStreamParserTest ()
 
util::Status RunTest (StringPiece json, int split, bool coerce_utf8=false, bool allow_empty_null=false, bool loose_float_number_conversion=false)
 
util::Status RunTest (StringPiece json, int split, std::function< void(JsonStreamParser *)> setup)
 
virtual ~JsonStreamParserTest ()
 
virtual ~JsonStreamParserTest ()
 
- Protected Member Functions inherited from testing::Test
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 

Protected Attributes

::testing::InSequence in_sequence_
 
MockObjectWriter mock_
 
ExpectingObjectWriter ow_
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 

Detailed Description

Definition at line 85 of file bloaty/third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser_test.cc.

Constructor & Destructor Documentation

◆ JsonStreamParserTest() [1/2]

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

◆ ~JsonStreamParserTest() [1/2]

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

◆ JsonStreamParserTest() [2/2]

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

◆ ~JsonStreamParserTest() [2/2]

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

Member Function Documentation

◆ DoErrorTest() [1/3]

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

◆ DoErrorTest() [2/3]

void google::protobuf::util::converter::JsonStreamParserTest::DoErrorTest ( StringPiece  json,
int  split,
StringPiece  error_prefix,
ParseErrorType  expected_parse_error_type,
std::function< void(JsonStreamParser *)>  setup = [](JsonStreamParser* p) { } 
)
inlineprotected

◆ DoErrorTest() [3/3]

void google::protobuf::util::converter::JsonStreamParserTest::DoErrorTest ( StringPiece  json,
int  split,
StringPiece  error_prefix,
std::function< void(JsonStreamParser *)>  setup = [](JsonStreamParser* p) { } 
)
inlineprotected

◆ DoTest() [1/2]

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

◆ DoTest() [2/2]

void google::protobuf::util::converter::JsonStreamParserTest::DoTest ( StringPiece  json,
int  split,
std::function< void(JsonStreamParser *)>  setup = [](JsonStreamParser* p) { } 
)
inlineprotected

◆ RunTest() [1/2]

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

◆ RunTest() [2/2]

util::Status google::protobuf::util::converter::JsonStreamParserTest::RunTest ( StringPiece  json,
int  split,
std::function< void(JsonStreamParser *)>  setup 
)
inlineprotected

Member Data Documentation

◆ in_sequence_

testing::InSequence google::protobuf::util::converter::JsonStreamParserTest::in_sequence_
protected

◆ 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:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:29