TestParseWithErrorMessage
TestParseWithErrorMessage(input, line, expectedStatus,
TestParseWithErrorMessage(input, line, expectedStatus,
TestParseWithErrorMessage(input, line, expectedStatus,
TestParseWithErrorMessage(inputData, line, expectedStatus, expectedMessage);
TestParseWithErrorMessage(JSON_SAMPLE_BROKEN_OBJECT_PREMATURE_SEPARATOR, 1,
TestParseWithErrorMessage(JSON_SAMPLE_BROKEN_UNTERMINATED_STRING, 1,
TestParseWithErrorMessage(JSON_SAMPLE_BROKEN_NUMBER, 1, B_BAD_DATA,
TestParseWithErrorMessage(inputData, -1, B_IO_ERROR,
void TestParseWithErrorMessage(
void TestParseWithErrorMessage(