|
|
@ -0,0 +1,39 @@ |
|
|
|
#include "src/funktion.h" |
|
|
|
#include "C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/ceedling-0.31.1/vendor/unity/src/unity.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void setUp(void) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void tearDown(void) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_boolesche_nicht_NeedToImplement(void) { |
|
|
|
|
|
|
|
int eingabe1 = 1; |
|
|
|
|
|
|
|
int result = boolesche_nicht(eingabe1); |
|
|
|
|
|
|
|
int ergebnis = 0; |
|
|
|
|
|
|
|
UnityAssertEqualNumber((UNITY_INT)((ergebnis)), (UNITY_INT)((result)), ( |
|
|
|
|
|
|
|
((void *)0) |
|
|
|
|
|
|
|
), (UNITY_UINT)(18), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
} |