Share RunProcess with CLI

This commit is contained in:
Dave Syer
2014-05-01 09:19:42 +01:00
parent 240788862e
commit b884a73396
5 changed files with 8 additions and 167 deletions

View File

@@ -22,7 +22,7 @@ import org.junit.Test;
import org.springframework.boot.cli.command.jar.JarCommand;
import org.springframework.boot.cli.infrastructure.CommandLineInvoker;
import org.springframework.boot.cli.infrastructure.CommandLineInvoker.Invocation;
import org.springframework.boot.cli.util.JavaExecutable;
import org.springframework.boot.loader.tools.JavaExecutable;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.equalTo;