Lines Matching refs:xHasError

73     TEST_ASSERT_EQUAL( pdTRUE, pxConfig->xHasError );  in test_xBitConfig_init_Fail()
145 xConfig.xHasError = pdTRUE; in test_xBitConfig_read_uc_xHasError()
165 pxConfig->xHasError = pdFALSE; in test_xBitConfig_read_uc_OutOfBoundRead()
172 TEST_ASSERT_EQUAL( pdTRUE, pxConfig->xHasError ); in test_xBitConfig_read_uc_OutOfBoundRead()
187 pxConfig->xHasError = pdFALSE; in test_xBitConfig_read_uc_NullData()
213 pxConfig->xHasError = pdFALSE; in test_xBitConfig_read_uc_HappyPath()
238 xConfig.xHasError = pdTRUE; in test_pucBitConfig_peek_last_index_uc_xHasError()
258 xConfig.xHasError = pdFALSE; in test_pucBitConfig_peek_last_index_uc_NullpucData()
264 TEST_ASSERT_EQUAL( pdTRUE, xConfig.xHasError ); in test_pucBitConfig_peek_last_index_uc_NullpucData()
282 xConfig.xHasError = pdFALSE; in test_pucBitConfig_peek_OutOfBound()
288 TEST_ASSERT_EQUAL( pdTRUE, xConfig.xHasError ); in test_pucBitConfig_peek_OutOfBound()
307 xConfig.xHasError = pdFALSE; in test_pucBitConfig_peek_last_index_uc_HappyPath()
329 pxConfig->xHasError = pdTRUE; in test_ucBitConfig_read_8_fail()
351 pxConfig->xHasError = pdFALSE; in test_xBitConfig_read_8_HappyPath()
374 pxConfig->xHasError = pdTRUE; in test_usBitConfig_read_16_fail()
379 TEST_ASSERT_EQUAL( pdTRUE, xConfig.xHasError ); in test_usBitConfig_read_16_fail()
396 pxConfig->xHasError = pdFALSE; in test_usBitConfig_read_16_HappyPath()
421 pxConfig->xHasError = pdTRUE; in test_ulBitConfig_read_32_fail()
426 TEST_ASSERT_EQUAL( pdTRUE, xConfig.xHasError ); in test_ulBitConfig_read_32_fail()
443 pxConfig->xHasError = pdFALSE; in test_ulBitConfig_read_32_HappyPath()
470 xConfig.xHasError = pdTRUE; in test_vBitConfig_write_uc_xHasError()
487 xConfig.xHasError = pdFALSE; in test_vBitConfig_write_uc_OutOfBoundWrite()
493 TEST_ASSERT_EQUAL( pdTRUE, xConfig.xHasError ); in test_vBitConfig_write_uc_OutOfBoundWrite()
511 xConfig.xHasError = pdFALSE; in test_vBitConfig_write_uc_HappyPath()
535 xConfig.xHasError = pdFALSE; in test_vBitConfig_write_8()
563 xConfig.xHasError = pdFALSE; in test_vBitConfig_write_16()
587 xConfig.xHasError = pdFALSE; in test_vBitConfig_write_32()