|
@ -77,6 +77,14 @@ class GameTest |
|
|
g.mField[Figure.fieldLength * 0 + 0].getClass()); |
|
|
g.mField[Figure.fieldLength * 0 + 0].getClass()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|
void newGameInitializationFigurePositionsRook2() |
|
|
|
|
|
{ |
|
|
|
|
|
// schwarzer Turm h8 |
|
|
|
|
|
assertEquals(new FigureRook().getClass(), |
|
|
|
|
|
g.mField[Figure.fieldLength * 0 + 7].getClass()); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|
void moveFarmerWhite() // weißer Bauer ganz links um ein Feld noch vorne bewegen |
|
|
void moveFarmerWhite() // weißer Bauer ganz links um ein Feld noch vorne bewegen |
|
|
{ |
|
|
{ |
|
|