assertCommand(output, command);
}
@Test
public void testFake() {
DefineFile command = new DefineFile();
command = new DefineFile("");
command.setFileName("");
command.setData(null);
command.setFileTerminator(DefineFileTerminator.end);
command.getFileName();
command.getData();
command.getFileTerminator();
command.toString();
}