|
|
@ -166,7 +166,7 @@ public class ImageBannerTests {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void printBannerWhenAnimatesShouldPrintAllFrames() throws Exception {
|
|
|
|
public void printBannerWhenAnimatesShouldPrintAllFrames() {
|
|
|
|
AnsiOutput.setEnabled(AnsiOutput.Enabled.NEVER);
|
|
|
|
AnsiOutput.setEnabled(AnsiOutput.Enabled.NEVER);
|
|
|
|
String banner = printBanner("animated.gif");
|
|
|
|
String banner = printBanner("animated.gif");
|
|
|
|
String[] lines = banner.split(NEW_LINE);
|
|
|
|
String[] lines = banner.split(NEW_LINE);
|
|
|
|