Searched refs:getBufferPutcharSpy (Results 1 - 5 of 5) sorted by relevance
/third_party/unity/test/tests/ |
H A D | self_assessment_utils.h | 79 char* getBufferPutcharSpy(void) in getBufferPutcharSpy() function 131 TEST_ASSERT_EQUAL_STRING((expected), getBufferPutcharSpy()); \ 136 TEST_ASSERT_EQUAL_STRING((expected), getBufferPutcharSpy()); \ 141 TEST_ASSERT_EQUAL_STRING((expected), getBufferPutcharSpy()); \
|
H A D | test_unity_floats.c | 1303 if (strcmp(expected, getBufferPutcharSpy())) in printFloatValue() 1355 if (strcmp(expected, getBufferPutcharSpy()) != 0 && in printFloatValue() 1356 strcmp(expected_lower, getBufferPutcharSpy()) != 0 && in printFloatValue() 1357 strcmp(expected_lower2, getBufferPutcharSpy()) != 0 && in printFloatValue() 1358 strcmp(expected_lower3, getBufferPutcharSpy()) != 0 && in printFloatValue() 1359 strcmp(expected_higher, getBufferPutcharSpy()) != 0 && in printFloatValue() 1360 strcmp(expected_higher2, getBufferPutcharSpy()) != 0 && in printFloatValue() 1361 strcmp(expected_higher3, getBufferPutcharSpy()) != 0) in printFloatValue()
|
H A D | test_unity_strings.c | 327 TEST_ASSERT_EQUAL_STRING("\\x16\\x10", getBufferPutcharSpy()); in testCstringsEscapeSequence()
|
H A D | test_unity_integers.c | 2830 TEST_ASSERT_EQUAL_INT(16, strlen(getBufferPutcharSpy())); in testHexPrintsUpToMaxNumberOfNibbles() 2832 TEST_ASSERT_EQUAL_INT( 8, strlen(getBufferPutcharSpy())); in testHexPrintsUpToMaxNumberOfNibbles()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 55 char* getBufferPutcharSpy(void); 3316 char* getBufferPutcharSpy(void) in getBufferPutcharSpy() function 3362 TEST_ASSERT_EQUAL_STRING("\\x16\\x10", getBufferPutcharSpy()); in testCstringsEscapeSequence() 3374 TEST_ASSERT_EQUAL_INT(sizeof(UNITY_INT)*2, strlen(getBufferPutcharSpy())); in testHexPrintsUpToMaxNumberOfNibbles() 3380 TEST_ASSERT_EQUAL_STRING((expected), getBufferPutcharSpy()); \ 3385 TEST_ASSERT_EQUAL_STRING((expected), getBufferPutcharSpy()); \ 4461 TEST_ASSERT_EQUAL_STRING((expected), getBufferPutcharSpy()); \ 4547 if (strcmp(expected, getBufferPutcharSpy()) != 0 && in printFloatValue() 4548 strcmp(expected_lower, getBufferPutcharSpy()) != 0 && in printFloatValue() 4549 strcmp(expected_higher, getBufferPutcharSpy()) ! in printFloatValue() [all...] |
Completed in 14 milliseconds