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