dotnet-installer/test/Microsoft.DotNet.Tools.Tests.Utilities
Faizan2304 0ce597a147 Implemented vstest verb which will run the test from given container. (#4115)
* Implemented vstest verb which will run the test from given container.

* Fixed Nitpick.

* 1) Addressed PR comment
2) Added tests for vstest verb

* Using specific version of Microsoft.TestPlatform.

* Address PR comments.

Modified help text for the vstest command.
Removed unused function.

* Fixed package related issue.
--Taking reference of microsoft.testplatform.cli nuget package which has contentFolder in it so that sub folder of this nuget can also be added in cli package.
-- Removing vstest.console, vshost and datacollector from Bundletools as we dont want *.deps.json to be override

* Nitpick

* Making vstest.console arguments compatible for non windows platform

* Fix tests to run on linux machine

* Updated the microsoft.testplatform.cli nuget package version. This version has fix related to non windows machine.

* changed dapter path from bin/debug to bin/Debug

* updated nuget version of package Microsoft.TestPlatform.CLI.

* Revert "updated nuget version of package Microsoft.TestPlatform.CLI."

This reverts commit bcc26c21d11c2bd2e5259a74f9890b0fd75962c7.

* Updated version of nuget package Microsoft.TestPlatform.CLI
Added Test project in solution file

* Addressed PR comment.

* Removed unnecessary --platform argument from test
2016-09-19 10:59:26 -07:00
..
Assertions Workaround native deps resolver not lower casing the file paths into the NuGet cache. 2016-07-26 21:00:14 -05:00
Commands Implemented vstest verb which will run the test from given container. (#4115) 2016-09-19 10:59:26 -07:00
Mock Fixing broken tests after my changes to the CommandResolvers. 2016-08-25 22:53:04 -07:00
NetworkUtils Increasing timeout to check Kestrel Server is up. 2016-04-08 12:42:43 -07:00
Properties Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00
TempFileSystem Add test for MSBuild End to End. 2016-07-21 16:02:57 -05:00
Microsoft.DotNet.Tools.Tests.Utilities.xproj Fix Microsoft.DotNet.Tools.Tests.Utillities.xproj name to match folder. 2016-07-26 20:53:19 -05:00
NuGetConfig.cs Build-Time Hello World Performance Test (#2681) 2016-04-26 17:52:34 -07:00
PeReaderUtils.cs Fix 32 bit crossgen tests. 2016-05-03 11:35:17 -07:00
ProcessExtensions.cs Add Binding redirects tests 2016-04-25 11:06:13 -07:00
project.json Set the "hashPath" when building the .deps.json file 2016-09-02 10:02:54 -07:00
ProjectUtils.cs Address PR Feedback 2016-02-12 16:57:32 -08:00
TestBase.cs Remove '--infer-runtimes' option for 'dotnet restore' when restoring 2016-05-23 17:04:32 -07:00
WindowsOnlyFactAttribute.cs Updating the xunit version to one that does not depend on internalabstractions. 2016-08-10 13:40:13 -07:00