FORM
89101112131415161718
public class FormTest { @Test public void test() { Form command = new Form(); CommandOutputBuilder output = new CommandOutputBuilder(); output.printLn("FORM"); assertCommand(output, command);