-Method outputDrawText implemented
-Method outputGameOverText Consoletext changed
This commit is contained in:
@@ -30,6 +30,13 @@ class LanguageTest {
|
||||
viet.outputGameOverText();
|
||||
}
|
||||
|
||||
@Test
|
||||
void outputDrawText(){
|
||||
deutsch.outputDrawText();
|
||||
english.outputDrawText();
|
||||
viet.outputDrawText();
|
||||
}
|
||||
|
||||
@Test
|
||||
void outputNextPlayerText() {
|
||||
deutsch.outputNextPlayerText(1);
|
||||
|
||||
Reference in New Issue
Block a user