Added a command factory where you can fix the output parameters that will flow to the commands, like configuration, outputpath and in the future, framework, runtime and base path.

This commit is contained in:
Livar Cunha 2016-03-01 21:15:07 -08:00
parent b5de686ba4
commit ebab175d17
6 changed files with 92 additions and 21 deletions

View file

@ -41,7 +41,7 @@ namespace Microsoft.Dotnet.Tools.Test.Tests
$"dotnet-{_runner}",
_testRunnerArguments,
new NuGetFramework("DNXCore", Version.Parse("5.0")),
Constants.DefaultConfiguration)).Returns(_commandMock.Object).Verifiable();
null)).Returns(_commandMock.Object).Verifiable();
}
[Fact]