@Test
public void test4() {
OnLowBattery command = new OnLowBattery("MESSAGE", 1);
CommandOutputBuilder output = new CommandOutputBuilder();
output.printLn("! UTILITIES");
output.printLn("OLB ALERT \"MESSAGE\" ALARM 1");
output.printLn("PRINT");
assertCommand(output, command);
}