89101112131415161718
public class EndPageTest { @Test public void test() { EndPage command = new EndPage(); CommandOutputBuilder output = new CommandOutputBuilder(); output.printLn("! U1 END-PAGE"); assertCommand(output, command);