Home
last modified time | relevance | path

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

/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp26 double g_height = 165.3; member
64 student.Add("height", g_height); in TEST()
65 EXPECT_EQ(student["height"].AsDouble(), g_height); in TEST()
82 books.Add(g_height); in TEST()
93 EXPECT_EQ(books.GetArrayItem(index++).AsDouble(), g_height); in TEST()
192 EXPECT_EQ(objVal.GetFloat("height"), (float)g_height); in TEST()
193 EXPECT_EQ(objVal.GetDouble("height"), g_height); in TEST()

Completed in 2 milliseconds