Lines Matching refs:cmock_line

235   UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM;  in Mockfwk_ring_Verify()  local
243 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
256 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
269 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
282 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
295 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
308 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
321 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
334 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
347 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
360 UNITY_TEST_FAIL(cmock_line, CMockStringCalledLess); in Mockfwk_ring_Verify()
382 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_init() local
399 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_init()
400 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_init()
407 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_init()
409 …g), sizeof(struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_init()
414 …UNITY_TEST_ASSERT_EQUAL_STRING(cmock_call_instance->Expected_storage, storage, cmock_line, CMockSt… in fwk_ring_init()
419 …tance->Expected_storage_size), (void*)(&storage_size), sizeof(size_t), cmock_line, CMockStringMism… in fwk_ring_init()
428 UNITY_TEST_ASSERT_NOT_NULL(ring, cmock_line, CMockStringPtrIsNULL); in fwk_ring_init()
434 UNITY_TEST_ASSERT_NOT_NULL(storage, cmock_line, CMockStringPtrIsNULL); in fwk_ring_init()
466 void fwk_ring_init_CMockExpectAnyArgs(UNITY_LINE_TYPE cmock_line) in fwk_ring_init_CMockExpectAnyArgs() argument
470 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_init_CMockExpectAnyArgs()
474 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_init_CMockExpectAnyArgs()
479 void fwk_ring_init_CMockExpect(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, char* storage, si… in fwk_ring_init_CMockExpect() argument
483 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_init_CMockExpect()
487 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_init_CMockExpect()
506 void fwk_ring_init_CMockExpectWithArray(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, int ring… in fwk_ring_init_CMockExpectWithArray() argument
510 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_init_CMockExpectWithArray()
514 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_init_CMockExpectWithArray()
519 void fwk_ring_init_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, si… in fwk_ring_init_CMockReturnMemThruPtr_ring() argument
522 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_ring_init_CMockReturnMemThruPtr_ring()
528 void fwk_ring_init_CMockReturnMemThruPtr_storage(UNITY_LINE_TYPE cmock_line, char* storage, size_t … in fwk_ring_init_CMockReturnMemThruPtr_storage() argument
531 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_ring_init_CMockReturnMemThruPtr_storage()
537 void fwk_ring_init_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_init_CMockIgnoreArg_ring() argument
540 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_init_CMockIgnoreArg_ring()
544 void fwk_ring_init_CMockIgnoreArg_storage(UNITY_LINE_TYPE cmock_line) in fwk_ring_init_CMockIgnoreArg_storage() argument
547 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_init_CMockIgnoreArg_storage()
551 void fwk_ring_init_CMockIgnoreArg_storage_size(UNITY_LINE_TYPE cmock_line) in fwk_ring_init_CMockIgnoreArg_storage_size() argument
554 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_init_CMockIgnoreArg_storage_size()
560 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_get_capacity() local
581 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_get_capacity()
582 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_get_capacity()
589 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_get_capacity()
591 …zeof(const struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_get_capacity()
610 void fwk_ring_get_capacity_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_get_capacity_CMockIgnoreAndReturn() argument
614 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_capacity_CMockIgnoreAndReturn()
618 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_capacity_CMockIgnoreAndReturn()
631 void fwk_ring_get_capacity_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_… in fwk_ring_get_capacity_CMockExpectAnyArgsAndReturn() argument
635 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_capacity_CMockExpectAnyArgsAndReturn()
639 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_capacity_CMockExpectAnyArgsAndReturn()
645 void fwk_ring_get_capacity_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* … in fwk_ring_get_capacity_CMockExpectAndReturn() argument
649 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_capacity_CMockExpectAndReturn()
653 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_capacity_CMockExpectAndReturn()
674 void fwk_ring_get_capacity_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct f… in fwk_ring_get_capacity_CMockExpectWithArrayAndReturn() argument
678 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_capacity_CMockExpectWithArrayAndReturn()
682 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_capacity_CMockExpectWithArrayAndReturn()
688 void fwk_ring_get_capacity_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_get_capacity_CMockIgnoreArg_ring() argument
691 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_get_capacity_CMockIgnoreArg_ring()
697 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_get_length() local
718 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_get_length()
719 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_get_length()
726 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_get_length()
728 …zeof(const struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_get_length()
747 void fwk_ring_get_length_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_get_length_CMockIgnoreAndReturn() argument
751 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_length_CMockIgnoreAndReturn()
755 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_length_CMockIgnoreAndReturn()
768 void fwk_ring_get_length_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_re… in fwk_ring_get_length_CMockExpectAnyArgsAndReturn() argument
772 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_length_CMockExpectAnyArgsAndReturn()
776 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_length_CMockExpectAnyArgsAndReturn()
782 void fwk_ring_get_length_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ri… in fwk_ring_get_length_CMockExpectAndReturn() argument
786 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_length_CMockExpectAndReturn()
790 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_length_CMockExpectAndReturn()
811 void fwk_ring_get_length_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk… in fwk_ring_get_length_CMockExpectWithArrayAndReturn() argument
815 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_length_CMockExpectWithArrayAndReturn()
819 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_length_CMockExpectWithArrayAndReturn()
825 void fwk_ring_get_length_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_get_length_CMockIgnoreArg_ring() argument
828 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_get_length_CMockIgnoreArg_ring()
834 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_get_free() local
855 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_get_free()
856 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_get_free()
863 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_get_free()
865 …zeof(const struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_get_free()
884 void fwk_ring_get_free_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_get_free_CMockIgnoreAndReturn() argument
888 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_free_CMockIgnoreAndReturn()
892 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_free_CMockIgnoreAndReturn()
905 void fwk_ring_get_free_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_retu… in fwk_ring_get_free_CMockExpectAnyArgsAndReturn() argument
909 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_free_CMockExpectAnyArgsAndReturn()
913 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_free_CMockExpectAnyArgsAndReturn()
919 void fwk_ring_get_free_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring… in fwk_ring_get_free_CMockExpectAndReturn() argument
923 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_free_CMockExpectAndReturn()
927 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_free_CMockExpectAndReturn()
948 void fwk_ring_get_free_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_r… in fwk_ring_get_free_CMockExpectWithArrayAndReturn() argument
952 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_get_free_CMockExpectWithArrayAndReturn()
956 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_get_free_CMockExpectWithArrayAndReturn()
962 void fwk_ring_get_free_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_get_free_CMockIgnoreArg_ring() argument
965 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_get_free_CMockIgnoreArg_ring()
971 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_is_full() local
991 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_is_full()
992 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_is_full()
999 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_is_full()
1001 …zeof(const struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_is_full()
1020 void fwk_ring_is_full_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, bool cmock_to_return) in fwk_ring_is_full_CMockIgnoreAndReturn() argument
1024 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_full_CMockIgnoreAndReturn()
1028 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_full_CMockIgnoreAndReturn()
1041 void fwk_ring_is_full_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, bool cmock_to_return) in fwk_ring_is_full_CMockExpectAnyArgsAndReturn() argument
1045 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_full_CMockExpectAnyArgsAndReturn()
1049 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_full_CMockExpectAnyArgsAndReturn()
1055 void fwk_ring_is_full_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring,… in fwk_ring_is_full_CMockExpectAndReturn() argument
1059 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_full_CMockExpectAndReturn()
1063 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_full_CMockExpectAndReturn()
1083 void fwk_ring_is_full_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ri… in fwk_ring_is_full_CMockExpectWithArrayAndReturn() argument
1087 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_full_CMockExpectWithArrayAndReturn()
1091 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_full_CMockExpectWithArrayAndReturn()
1097 void fwk_ring_is_full_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_is_full_CMockIgnoreArg_ring() argument
1100 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_is_full_CMockIgnoreArg_ring()
1106 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_is_empty() local
1126 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_is_empty()
1127 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_is_empty()
1134 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_is_empty()
1136 …zeof(const struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_is_empty()
1155 void fwk_ring_is_empty_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, bool cmock_to_return) in fwk_ring_is_empty_CMockIgnoreAndReturn() argument
1159 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_empty_CMockIgnoreAndReturn()
1163 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_empty_CMockIgnoreAndReturn()
1176 void fwk_ring_is_empty_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, bool cmock_to_return) in fwk_ring_is_empty_CMockExpectAnyArgsAndReturn() argument
1180 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_empty_CMockExpectAnyArgsAndReturn()
1184 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_empty_CMockExpectAnyArgsAndReturn()
1190 void fwk_ring_is_empty_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring… in fwk_ring_is_empty_CMockExpectAndReturn() argument
1194 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_empty_CMockExpectAndReturn()
1198 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_empty_CMockExpectAndReturn()
1218 void fwk_ring_is_empty_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_r… in fwk_ring_is_empty_CMockExpectWithArrayAndReturn() argument
1222 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_is_empty_CMockExpectWithArrayAndReturn()
1226 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_is_empty_CMockExpectWithArrayAndReturn()
1232 void fwk_ring_is_empty_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_is_empty_CMockIgnoreArg_ring() argument
1235 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_is_empty_CMockIgnoreArg_ring()
1241 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_pop() local
1262 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_pop()
1263 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_pop()
1270 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_pop()
1272 …g), sizeof(struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_pop()
1277 …UNITY_TEST_ASSERT_EQUAL_STRING(cmock_call_instance->Expected_buffer, buffer, cmock_line, CMockStri… in fwk_ring_pop()
1282 …nstance->Expected_buffer_size), (void*)(&buffer_size), sizeof(size_t), cmock_line, CMockStringMism… in fwk_ring_pop()
1291 UNITY_TEST_ASSERT_NOT_NULL(ring, cmock_line, CMockStringPtrIsNULL); in fwk_ring_pop()
1297 UNITY_TEST_ASSERT_NOT_NULL(buffer, cmock_line, CMockStringPtrIsNULL); in fwk_ring_pop()
1320 void fwk_ring_pop_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_pop_CMockIgnoreAndReturn() argument
1324 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_pop_CMockIgnoreAndReturn()
1328 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_pop_CMockIgnoreAndReturn()
1341 void fwk_ring_pop_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_pop_CMockExpectAnyArgsAndReturn() argument
1345 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_pop_CMockExpectAnyArgsAndReturn()
1349 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_pop_CMockExpectAnyArgsAndReturn()
1355 void fwk_ring_pop_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, char* buf… in fwk_ring_pop_CMockExpectAndReturn() argument
1359 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_pop_CMockExpectAndReturn()
1363 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_pop_CMockExpectAndReturn()
1384 void fwk_ring_pop_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, … in fwk_ring_pop_CMockExpectWithArrayAndReturn() argument
1388 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_pop_CMockExpectWithArrayAndReturn()
1392 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_pop_CMockExpectWithArrayAndReturn()
1398 void fwk_ring_pop_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, siz… in fwk_ring_pop_CMockReturnMemThruPtr_ring() argument
1401 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_ring_pop_CMockReturnMemThruPtr_ring()
1407 void fwk_ring_pop_CMockReturnMemThruPtr_buffer(UNITY_LINE_TYPE cmock_line, char* buffer, size_t cmo… in fwk_ring_pop_CMockReturnMemThruPtr_buffer() argument
1410 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_ring_pop_CMockReturnMemThruPtr_buffer()
1416 void fwk_ring_pop_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_pop_CMockIgnoreArg_ring() argument
1419 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_pop_CMockIgnoreArg_ring()
1423 void fwk_ring_pop_CMockIgnoreArg_buffer(UNITY_LINE_TYPE cmock_line) in fwk_ring_pop_CMockIgnoreArg_buffer() argument
1426 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_pop_CMockIgnoreArg_buffer()
1430 void fwk_ring_pop_CMockIgnoreArg_buffer_size(UNITY_LINE_TYPE cmock_line) in fwk_ring_pop_CMockIgnoreArg_buffer_size() argument
1433 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_pop_CMockIgnoreArg_buffer_size()
1439 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_peek() local
1460 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_peek()
1461 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_peek()
1468 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_peek()
1470 …zeof(const struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_peek()
1475 …UNITY_TEST_ASSERT_EQUAL_STRING(cmock_call_instance->Expected_buffer, buffer, cmock_line, CMockStri… in fwk_ring_peek()
1480 …nstance->Expected_buffer_size), (void*)(&buffer_size), sizeof(size_t), cmock_line, CMockStringMism… in fwk_ring_peek()
1489 UNITY_TEST_ASSERT_NOT_NULL(buffer, cmock_line, CMockStringPtrIsNULL); in fwk_ring_peek()
1511 void fwk_ring_peek_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_peek_CMockIgnoreAndReturn() argument
1515 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_peek_CMockIgnoreAndReturn()
1519 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_peek_CMockIgnoreAndReturn()
1532 void fwk_ring_peek_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_peek_CMockExpectAnyArgsAndReturn() argument
1536 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_peek_CMockExpectAnyArgsAndReturn()
1540 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_peek_CMockExpectAnyArgsAndReturn()
1546 void fwk_ring_peek_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, ch… in fwk_ring_peek_CMockExpectAndReturn() argument
1550 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_peek_CMockExpectAndReturn()
1554 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_peek_CMockExpectAndReturn()
1575 void fwk_ring_peek_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring*… in fwk_ring_peek_CMockExpectWithArrayAndReturn() argument
1579 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_peek_CMockExpectWithArrayAndReturn()
1583 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_peek_CMockExpectWithArrayAndReturn()
1589 void fwk_ring_peek_CMockReturnMemThruPtr_buffer(UNITY_LINE_TYPE cmock_line, char* buffer, size_t cm… in fwk_ring_peek_CMockReturnMemThruPtr_buffer() argument
1592 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_ring_peek_CMockReturnMemThruPtr_buffer()
1598 void fwk_ring_peek_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_peek_CMockIgnoreArg_ring() argument
1601 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_peek_CMockIgnoreArg_ring()
1605 void fwk_ring_peek_CMockIgnoreArg_buffer(UNITY_LINE_TYPE cmock_line) in fwk_ring_peek_CMockIgnoreArg_buffer() argument
1608 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_peek_CMockIgnoreArg_buffer()
1612 void fwk_ring_peek_CMockIgnoreArg_buffer_size(UNITY_LINE_TYPE cmock_line) in fwk_ring_peek_CMockIgnoreArg_buffer_size() argument
1615 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_peek_CMockIgnoreArg_buffer_size()
1621 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_push() local
1642 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_push()
1643 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_push()
1650 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_push()
1652 …g), sizeof(struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_push()
1657 …UNITY_TEST_ASSERT_EQUAL_STRING(cmock_call_instance->Expected_buffer, buffer, cmock_line, CMockStri… in fwk_ring_push()
1662 …nstance->Expected_buffer_size), (void*)(&buffer_size), sizeof(size_t), cmock_line, CMockStringMism… in fwk_ring_push()
1671 UNITY_TEST_ASSERT_NOT_NULL(ring, cmock_line, CMockStringPtrIsNULL); in fwk_ring_push()
1693 void fwk_ring_push_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_push_CMockIgnoreAndReturn() argument
1697 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_push_CMockIgnoreAndReturn()
1701 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_push_CMockIgnoreAndReturn()
1714 void fwk_ring_push_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, size_t cmock_to_return) in fwk_ring_push_CMockExpectAnyArgsAndReturn() argument
1718 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_push_CMockExpectAnyArgsAndReturn()
1722 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_push_CMockExpectAnyArgsAndReturn()
1728 void fwk_ring_push_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, const ch… in fwk_ring_push_CMockExpectAndReturn() argument
1732 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_push_CMockExpectAndReturn()
1736 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_push_CMockExpectAndReturn()
1757 void fwk_ring_push_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring,… in fwk_ring_push_CMockExpectWithArrayAndReturn() argument
1761 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_push_CMockExpectWithArrayAndReturn()
1765 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_push_CMockExpectWithArrayAndReturn()
1771 void fwk_ring_push_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, si… in fwk_ring_push_CMockReturnMemThruPtr_ring() argument
1774 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_ring_push_CMockReturnMemThruPtr_ring()
1780 void fwk_ring_push_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_push_CMockIgnoreArg_ring() argument
1783 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_push_CMockIgnoreArg_ring()
1787 void fwk_ring_push_CMockIgnoreArg_buffer(UNITY_LINE_TYPE cmock_line) in fwk_ring_push_CMockIgnoreArg_buffer() argument
1790 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_push_CMockIgnoreArg_buffer()
1794 void fwk_ring_push_CMockIgnoreArg_buffer_size(UNITY_LINE_TYPE cmock_line) in fwk_ring_push_CMockIgnoreArg_buffer_size() argument
1797 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_push_CMockIgnoreArg_buffer_size()
1803 UNITY_LINE_TYPE cmock_line = TEST_LINE_NUM; in fwk_ring_clear() local
1820 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringCalledMore); in fwk_ring_clear()
1821 cmock_line = cmock_call_instance->LineNumber; in fwk_ring_clear()
1828 { UNITY_TEST_ASSERT_NULL(ring, cmock_line, CMockStringExpNULL); } in fwk_ring_clear()
1830 …g), sizeof(struct fwk_ring), cmock_call_instance->Expected_ring_Depth, cmock_line, CMockStringMism… in fwk_ring_clear()
1839 UNITY_TEST_ASSERT_NOT_NULL(ring, cmock_line, CMockStringPtrIsNULL); in fwk_ring_clear()
1865 void fwk_ring_clear_CMockExpectAnyArgs(UNITY_LINE_TYPE cmock_line) in fwk_ring_clear_CMockExpectAnyArgs() argument
1869 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_clear_CMockExpectAnyArgs()
1873 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_clear_CMockExpectAnyArgs()
1878 void fwk_ring_clear_CMockExpect(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring) in fwk_ring_clear_CMockExpect() argument
1882 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_clear_CMockExpect()
1886 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_clear_CMockExpect()
1905 void fwk_ring_clear_CMockExpectWithArray(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, int rin… in fwk_ring_clear_CMockExpectWithArray() argument
1909 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringOutOfMemory); in fwk_ring_clear_CMockExpectWithArray()
1913 cmock_call_instance->LineNumber = cmock_line; in fwk_ring_clear_CMockExpectWithArray()
1918 void fwk_ring_clear_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, s… in fwk_ring_clear_CMockReturnMemThruPtr_ring() argument
1921 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringPtrPreExp); in fwk_ring_clear_CMockReturnMemThruPtr_ring()
1927 void fwk_ring_clear_CMockIgnoreArg_ring(UNITY_LINE_TYPE cmock_line) in fwk_ring_clear_CMockIgnoreArg_ring() argument
1930 UNITY_TEST_ASSERT_NOT_NULL(cmock_call_instance, cmock_line, CMockStringIgnPreExp); in fwk_ring_clear_CMockIgnoreArg_ring()