public void test4() {
Rss command = new Rss(Orientation.horizontal, new Position(10, 110), 2, 25, 3, 22, RssBarcodeType.UCC_128_Composite_A_B, "12345678901234567890",
"1234567890");
CommandOutputBuilder output = new CommandOutputBuilder();
output.printLn("BARCODE RSS 10 110 2 25 3 22 11 12345678901234567890|1234567890");
assertCommand(output, command);
}
@Test