|
|
@ -178,9 +178,9 @@ void testSucheBuchstabe_existiert(void) { |
|
|
|
|
|
|
|
char wort1[] = "Programming"; |
|
|
|
|
|
|
|
int index1 = sucheBuchstabe(wort1, 'g'); |
|
|
|
int position = sucheBuchstabe(wort1, 'g'); |
|
|
|
|
|
|
|
UnityAssertEqualNumber((UNITY_INT)((3)), (UNITY_INT)((index1)), ( |
|
|
|
UnityAssertEqualNumber((UNITY_INT)((3)), (UNITY_INT)((position)), ( |
|
|
|
|
|
|
|
((void *)0) |
|
|
|
|
|
|
|