PRINT
89101112131415161718
public class PrintTest { @Test public void test() { Print command = new Print(); CommandOutputBuilder output = new CommandOutputBuilder(); output.printLn("PRINT"); assertCommand(output, command);