Lines Matching refs:expectedStatus
187 int32 line, status_t expectedStatus, char expectedBadEscapeChar) in TestParseWithBadStringEscape() argument
193 TestParseWithErrorMessage(input, line, expectedStatus, in TestParseWithBadStringEscape()
200 int32 line, status_t expectedStatus) in TestParseWithUnterminatedElement() argument
205 TestParseWithErrorMessage(input, line, expectedStatus, in TestParseWithUnterminatedElement()
212 int32 line, status_t expectedStatus, char expectedChar) in TestParseWithUnexpectedCharacter() argument
219 TestParseWithErrorMessage(input, line, expectedStatus, in TestParseWithUnexpectedCharacter()
226 status_t expectedStatus, const char* expectedMessage) in TestParseWithErrorMessage() argument
231 TestParseWithErrorMessage(inputData, line, expectedStatus, expectedMessage); in TestParseWithErrorMessage()
237 status_t expectedStatus, const char* expectedMessage) in TestParseWithErrorMessage() argument
248 strerror(expectedStatus), in TestParseWithErrorMessage()
262 CPPUNIT_ASSERT_EQUAL(expectedStatus, listener->ErrorStatus()); in TestParseWithErrorMessage()