{@code}! offset} {hRes} {vRes} {height} {qty}
89101112131415161718
public class StartPrintTest { @Test public void test() { StartPrint command = new StartPrint(1.1, 2, 3, 4.4, 5); CommandOutputBuilder output = new CommandOutputBuilder(); output.printLn("! 1.1 2 3 4.4 5"); assertCommand(output, command);