Searched refs:TestEqual (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | valuetest.cpp | 144 void TestEqual(const A& a, const B& b) { in TestEqual() function 171 TestEqual(x["hello"], "world"); in TEST() 173 TestEqual(x["hello"], cc); in TEST() 175 TestEqual(x["hello"], c); in TEST() 178 TestEqual(x["t"], true); in TEST() 179 TestEqual(x["f"], false); in TEST() 180 TestEqual(x["i"], 123); in TEST() 181 TestEqual(x["pi"], 3.14); in TEST() 189 TestEqual(x, y); in TEST() 190 TestEqual(y, z); in TEST() [all …]
|