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

/haiku/src/tests/kits/shared/
H A DJsonErrorHandlingTest.h48 void TestParseWithErrorMessage(
53 void TestParseWithErrorMessage(
H A DJsonErrorHandlingTest.cpp193 TestParseWithErrorMessage(input, line, expectedStatus,
205 TestParseWithErrorMessage(input, line, expectedStatus,
219 TestParseWithErrorMessage(input, line, expectedStatus,
225 JsonErrorHandlingTest::TestParseWithErrorMessage(const char* input, int32 line, function in class:JsonErrorHandlingTest
231 TestParseWithErrorMessage(inputData, line, expectedStatus, expectedMessage);
236 JsonErrorHandlingTest::TestParseWithErrorMessage(BDataIO* inputData, int32 line, function in class:JsonErrorHandlingTest
280 TestParseWithErrorMessage(JSON_SAMPLE_BROKEN_OBJECT_PREMATURE_SEPARATOR, 1,
288 TestParseWithErrorMessage(JSON_SAMPLE_BROKEN_UNTERMINATED_STRING, 1,
304 TestParseWithErrorMessage(JSON_SAMPLE_BROKEN_NUMBER, 1, B_BAD_DATA,
314 TestParseWithErrorMessage(inputDat
[all...]

Completed in 84 milliseconds