Home
last modified time | relevance | path

Searched defs:JsonStreamParserTest (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser_test.cc85 class JsonStreamParserTest : public ::testing::Test { class
87 JsonStreamParserTest() : mock_(), ow_(&mock_) {} in JsonStreamParserTest() function in google::protobuf::util::converter::JsonStreamParserTest
161 TEST_F(JsonStreamParserTest, SimpleTrue) { in TEST_F() argument
169 TEST_F(JsonStreamParserTest, SimpleFalse) { in TEST_F() argument
177 TEST_F(JsonStreamParserTest, SimpleNull) { in TEST_F() argument
186 TEST_F(JsonStreamParserTest, EmptyObject) { in TEST_F() argument
194 TEST_F(JsonStreamParserTest, EmptyList) { in TEST_F() argument
203 TEST_F(JsonStreamParserTest, SimpleDouble) { in TEST_F() argument
211 TEST_F(JsonStreamParserTest, ScientificDouble) { in TEST_F() argument
219 TEST_F(JsonStreamParserTest, SimpleNegativeDouble) { in TEST_F() argument
[all …]