Searched refs:JsonStreamParserTest (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc84 class JsonStreamParserTest : public ::testing::Test { class in namespace:google::protobuf::util::converter
86 JsonStreamParserTest() : mock_(), ow_(&mock_) {} function in class:google::protobuf::util::converter::JsonStreamParserTest
87 virtual ~JsonStreamParserTest() {}
144 TEST_F(JsonStreamParserTest, SimpleTrue) {
152 TEST_F(JsonStreamParserTest, SimpleFalse) {
160 TEST_F(JsonStreamParserTest, SimpleNull) {
169 TEST_F(JsonStreamParserTest, EmptyObject) {
177 TEST_F(JsonStreamParserTest, EmptyList) {
186 TEST_F(JsonStreamParserTest, SimpleDouble) {
194 TEST_F(JsonStreamParserTest, ScientificDoubl
[all...]

Completed in 111 milliseconds