|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
#include "unity.h" |
|
|
#include "unity.h" |
|
|
|
|
|
|
|
|
#include "calculatorGetUserInput.h" |
|
|
|
|
|
|
|
|
#include "calculatorGetUserInput.c" |
|
|
|
|
|
|
|
|
void setUp(void) |
|
|
void setUp(void) |
|
|
{ |
|
|
{ |
|
@ -14,7 +14,10 @@ void tearDown(void) |
|
|
|
|
|
|
|
|
void test_calculatorGetUserInput_NeedToImplement(void) |
|
|
void test_calculatorGetUserInput_NeedToImplement(void) |
|
|
{ |
|
|
{ |
|
|
TEST_IGNORE_MESSAGE("Need to Implement calculatorGetUserInput"); |
|
|
|
|
|
|
|
|
int a, e; |
|
|
|
|
|
e = 1; |
|
|
|
|
|
a = allowOnly(); |
|
|
|
|
|
TEST_ASSERT_EQUAL_INT(e, a); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#endif // TEST |
|
|
#endif // TEST |