Introduce TestArtifact and some refactoring. (dotnet/core-setup#5352)
authorVitek Karas <vitek.karas@microsoft.com>
Wed, 6 Mar 2019 20:49:48 +0000 (12:49 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2019 20:49:48 +0000 (12:49 -0800)
commit670c45f6e8bd20324350511ac0c2d53ec0a82b7b
treec2ec1c6882a97f9ee3c2c9cfddc3a58ef21baba6
parent2abf69027342157e233a5baf3070468cfdc34085
Introduce TestArtifact and some refactoring. (dotnet/core-setup#5352)

Commit migrated from https://github.com/dotnet/core-setup/commit/dc843c54682ef408062de0212706b4930853522f
src/installer/test/HostActivationTests/GivenThatICareAboutPortableAppActivation.cs
src/installer/test/TestUtils/TestApp.cs [new file with mode: 0644]
src/installer/test/TestUtils/TestArtifact.cs [new file with mode: 0644]
src/installer/test/TestUtils/TestProject.cs
src/installer/test/TestUtils/TestProjectFixture.cs