dotnet-installer/test/dotnet.Tests
William Li 2594a6d7ec
Always store absolute full path in directory and file path (#9363)
There is no need to store relative path today. But some part of the system does not accept relative path and there is no indication if it is storing full path or not. This is the root cause of https://github.com/dotnet/cli/issues/9319

“someplace” means different full path for Path class on unix and Windows. And the mock file system uses real Path class. Change tests' setup to use essentially “TEMPATH/someplace” instead of  “someplace”
2018-06-06 11:22:19 -07:00
..
BuildServerTests Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
CommandTests Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
ParserTests Rename --source-feed to --add-source (#9164) 2018-05-01 10:21:00 -07:00
BundledTargetFramworkTests.cs Global tools package obtain (#8035) 2017-11-21 20:10:06 -08:00
CommandLineApplicationTests.cs Make dotnet.Tests pass on localized setup 2017-06-12 17:31:40 -07:00
CommandObjectTests.cs Give a different error to guide use to install via global tools (#9070) 2018-04-17 12:21:20 -07:00
dotnet.Tests.csproj Implement tests for the list tool command. 2018-03-05 10:18:48 -08:00
FakeRecordEventNameTelemetry.cs Add telemetry data points for .NET Core 2.0 2017-07-27 09:55:40 -07:00
GivenThatDotNetRunsCommands.cs Fix crash when user home directory cannot be determined. 2018-05-22 17:34:39 -07:00
GivenThatICareAboutVBApps.cs Update test code to use netcoreapp2.1 2017-08-18 15:36:01 -07:00
GivenThatIWantToManageMulticoreJIT.cs Fix crash when user home directory cannot be determined. 2018-05-22 17:34:39 -07:00
GivenThatTheUserIsRunningDotNetForTheFirstTime.cs Make CliFolderPathCalculator a static class. 2018-05-22 17:34:39 -07:00
GivenThatTheUserRequestsHelp.cs Fix tests for cache => store rename. 2017-04-07 15:51:37 -05:00
MSBuild.exe
MSBuild.exe.config
PackagedCommandTests.cs Update tool tests to target netcoreapp2.1 2017-08-18 18:07:14 -07:00
PrintableTableTests.cs Implement a printable table. 2018-02-27 15:57:53 -08:00
TelemetryCommandTest.cs Improve command completion. 2018-05-16 14:07:27 -07:00
TelemetryCommonPropertiesTests.cs Log Windows product type and installation type, and Linux libc version (#8688) 2018-02-27 18:55:35 -08:00
TestCommandExtensions.cs
VersionTest.cs Update expected SDK version test to work with multiple stages 2017-08-24 15:51:38 -07:00