120121122123124125126
throws ExecutionException { if (this.workingDir.isEmpty()) { this.workingDir = getProject().getBaseDir().getCanonicalPath(); } return new GoCommandLineState(new GoTestConsoleProperties(this, executor), env); }