|
@ -78,6 +78,10 @@ void test_feldFrei_Verhalten_bei_freiem_Feld(void){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_up_freiesFeld(void){ |
|
|
void test_lose_up_freiesFeld(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -92,12 +96,14 @@ void test_lose_up_freiesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(41), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(43), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_up_belegtesFeld(void){ |
|
|
void test_lose_up_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -114,12 +120,16 @@ void test_lose_up_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(50), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(53), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_up_Obererrand(void){ |
|
|
void test_lose_up_Obererrand(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -134,7 +144,7 @@ void test_lose_up_Obererrand(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(58), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(63), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -142,6 +152,8 @@ void test_lose_up_Obererrand(void){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_down_freiesFeld(void){ |
|
|
void test_lose_down_freiesFeld(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -156,12 +168,16 @@ void test_lose_down_freiesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(67), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(73), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_down_belegtesFeld(void){ |
|
|
void test_lose_down_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -178,7 +194,7 @@ void test_lose_down_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(76), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(84), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -202,12 +218,16 @@ void test_lose_left_freiesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(86), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(94), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_left_belegtesFeld(void){ |
|
|
void test_lose_left_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -224,12 +244,16 @@ void test_lose_left_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(95), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(105), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_left_linkerRand(void){ |
|
|
void test_lose_left_linkerRand(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -244,7 +268,7 @@ void test_lose_left_linkerRand(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(103), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(115), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -252,6 +276,8 @@ void test_lose_left_linkerRand(void){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_right_freiesFeld(void){ |
|
|
void test_lose_right_freiesFeld(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -266,12 +292,16 @@ void test_lose_right_freiesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(112), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(125), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_right_belegtesFeld(void){ |
|
|
void test_lose_right_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -288,10 +318,16 @@ void test_lose_right_belegtesFeld(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(121), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(136), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void test_lose_right_rechterRand(void){ |
|
|
void test_lose_right_rechterRand(void){ |
|
|
|
|
|
|
|
|
int realU[20][20] = { 0 }; |
|
|
int realU[20][20] = { 0 }; |
|
@ -306,6 +342,6 @@ void test_lose_right_rechterRand(void){ |
|
|
|
|
|
|
|
|
((void *)0) |
|
|
((void *)0) |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(128), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
), (UNITY_UINT)(146), UNITY_DISPLAY_STYLE_INT); |
|
|
|
|
|
|
|
|
} |
|
|
} |