64656667686970
/** * Create an executable to run. * Overwrite this method if you simply want to run an executable */ protected Executable createExecutable() { return new TestTask(); }