|
@ -97,11 +97,13 @@ class VisualizerPlainTextUltraTest { |
|
|
|
|
|
|
|
|
gameManager.Pause(); |
|
|
gameManager.Pause(); |
|
|
|
|
|
|
|
|
|
|
|
String expectedEnd = " Paused! \n\n"; |
|
|
|
|
|
|
|
|
// act |
|
|
// act |
|
|
vptu.Update();; |
|
|
vptu.Update();; |
|
|
String result = (String)vptu.GetOutput(); |
|
|
String result = (String)vptu.GetOutput(); |
|
|
|
|
|
|
|
|
// assert |
|
|
// assert |
|
|
assertThat(result).endsWith(" Paused! \n\n"); |
|
|
|
|
|
|
|
|
assertThat(result).endsWith(expectedEnd); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |