Searched refs:age (Results 1 - 1 of 1) sorted by relevance
| /ide/tools/previewer/test/unittest/util/ |
| H A D | JsonReaderTest.cpp | 35 std::string g_obj = R"({"name":"jin","isChild":true,"age":13,"code1":214748,"code2":3333333333, 41 int age = 20; in TEST() local 42 std::string str = "{\"name\":\"jin\", \"age\":20}"; in TEST() 45 EXPECT_EQ(val["age"].AsInt(), age); in TEST() 58 student.Add("age", g_age); in TEST() 59 EXPECT_EQ(student["age"].AsInt(), g_age); in TEST() 130 objVal.Replace("age", g_newAge); in TEST() 131 EXPECT_EQ(objVal["age"].AsInt(), g_newAge); in TEST() 176 EXPECT_TRUE(objVal["age"] in TEST() 296 Json2::Value age = objVal[key2]; TEST() local 308 Json2::Value age = objVal[key2]; TEST() local 320 Json2::Value age = objVal[key2]; TEST() local 332 Json2::Value age = objVal[key2]; TEST() local 344 Json2::Value age = objVal[key2]; TEST() local [all...] |
Completed in 2 milliseconds