Lines Matching refs:g_assert_cmpstr
79 g_assert_cmpstr(str, ==, "42 (0x2a)"); in test_visitor_out_int()
81 g_assert_cmpstr(str, ==, "42"); in test_visitor_out_int()
104 g_assert_cmpstr(str, ==, in test_visitor_out_intList()
109 g_assert_cmpstr(str, ==, in test_visitor_out_intList()
124 g_assert_cmpstr(str, ==, "true"); in test_visitor_out_bool()
136 g_assert_cmpstr(str, ==, "3.1415926535897931"); in test_visitor_out_number()
150 g_assert_cmpstr(str, ==, string_human); in test_visitor_out_string()
152 g_assert_cmpstr(str, ==, string); in test_visitor_out_string()
167 g_assert_cmpstr(str, ==, "<null>"); in test_visitor_out_no_string()
169 g_assert_cmpstr(str, ==, ""); in test_visitor_out_no_string()
186 g_assert_cmpstr(str, ==, str_human); in test_visitor_out_enum()
189 g_assert_cmpstr(str, ==, EnumOne_str(i)); in test_visitor_out_enum()