Searched refs:expected_json (Results 1 – 5 of 5) sorted by relevance
/third_party/gn/src/gn/ |
D | rust_project_writer_unittest.cc | 52 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 …]
|
D | json_project_writer_unittest.cc | 60 const char expected_json[] = in TEST_F() local 281 const char expected_json[] = local 519 const char expected_json[] = local
|
D | rust_project_writer_helpers_unittest.cc | 47 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/ |
D | json_util_test.cc | 207 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/ |
D | encoding_test.cc | 1880 TypeParam expected_json(json.begin(), json.end()); in TYPED_TEST() local 1881 EXPECT_EQ(expected_json, roundtrip_json); in TYPED_TEST()
|