Home
last modified time | relevance | path

Searched refs:expected_json (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Drust_project_writer_unittest.cc52 const char expected_json[] = in TEST_F() local
79 ExpectEqOrShowDiff(expected_json, out); in TEST_F()
117 const char expected_json[] = in TEST_F() local
165 ExpectEqOrShowDiff(expected_json, out); in TEST_F()
215 const char expected_json[] = in TEST_F() local
285 ExpectEqOrShowDiff(expected_json, out); in TEST_F()
352 const char expected_json[] = in TEST_F() local
426 ExpectEqOrShowDiff(expected_json, out); in TEST_F()
455 const char expected_json[] = in TEST_F() local
482 ExpectEqOrShowDiff(expected_json, out); in TEST_F()
[all …]
Djson_project_writer_unittest.cc60 const char expected_json[] = in TEST_F() local
281 const char expected_json[] = local
519 const char expected_json[] = local
Drust_project_writer_helpers_unittest.cc47 const char expected_json[] = in TEST_F() local
92 ExpectEqOrShowDiff(expected_json, out); in TEST_F()
111 const char expected_json[] = in TEST_F() local
300 ExpectEqOrShowDiff(expected_json, out); in TEST_F()
/third_party/protobuf/src/google/protobuf/util/
Djson_util_test.cc207 std::string expected_json = "{\"enumValue\":1,\"repeatedEnumValue\":[0,1]}"; in TEST_F() local
208 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
212 ASSERT_TRUE(FromJson(expected_json, &parsed, parse_options)); in TEST_F()
230 std::string expected_json = in TEST_F() local
232 EXPECT_EQ(expected_json, ToJson(orig, print_options)); in TEST_F()
236 ASSERT_TRUE(FromJson(expected_json, &parsed, parse_options)); in TEST_F()
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test.cc1880 TypeParam expected_json(json.begin(), json.end()); in TYPED_TEST() local
1881 EXPECT_EQ(expected_json, roundtrip_json); in TYPED_TEST()