Lines Matching refs:TestParseAndWrite
102 JsonEndToEndTest::TestParseAndWrite(const char* input, const char* expectedOutput) in TestParseAndWrite() function in JsonEndToEndTest
129 TestParseAndWrite(JSON_SAMPLE_NULL_A_IN, in TestNullA()
137 TestParseAndWrite(JSON_SAMPLE_TRUE_A_IN, in TestTrueA()
145 TestParseAndWrite(JSON_SAMPLE_FALSE_A_IN, in TestFalseA()
153 TestParseAndWrite(JSON_SAMPLE_NUMBER_A_IN, in TestNumberA()
161 TestParseAndWrite(JSON_SAMPLE_STRING_A_IN, in TestStringA()
169 TestParseAndWrite(JSON_SAMPLE_STRING_B_IN, in TestStringB()
179 TestParseAndWrite(JSON_SAMPLE_STRING_A2_IN, in TestStringA2()
187 TestParseAndWrite(JSON_SAMPLE_ARRAY_A_IN, JSON_SAMPLE_ARRAY_A_EXPECTED_OUT); in TestArrayA()
194 TestParseAndWrite(JSON_SAMPLE_ARRAY_B_IN, JSON_SAMPLE_ARRAY_B_EXPECTED_OUT); in TestArrayB()
201 TestParseAndWrite(JSON_SAMPLE_OBJECT_A_IN, in TestObjectA()