|
|
@ -4,6 +4,8 @@ |
|
|
|
|
|
|
|
#include "outputHandling.h" |
|
|
|
|
|
|
|
char string[100]= {0}; |
|
|
|
|
|
|
|
void setUp(void) |
|
|
|
{ |
|
|
|
} |
|
|
@ -12,9 +14,10 @@ void tearDown(void) |
|
|
|
{ |
|
|
|
} |
|
|
|
|
|
|
|
void test_outputHandling_NeedToImplement(void) |
|
|
|
void test_outputHandling_buildOctString(void) |
|
|
|
{ |
|
|
|
TEST_IGNORE_MESSAGE("Need to Implement outputHandling"); |
|
|
|
buildOctString(string, 5555555); |
|
|
|
TEST_ASSERT_EQUAL_STRING("25142543", string); |
|
|
|
} |
|
|
|
|
|
|
|
#endif // TEST |