aboutsummaryrefslogtreecommitdiff
path: root/src/tools/test/WixToolsetTest.Heat/HeatFixture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/test/WixToolsetTest.Heat/HeatFixture.cs')
-rw-r--r--src/tools/test/WixToolsetTest.Heat/HeatFixture.cs17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/tools/test/WixToolsetTest.Heat/HeatFixture.cs b/src/tools/test/WixToolsetTest.Heat/HeatFixture.cs
index d517e209..c5f3df74 100644
--- a/src/tools/test/WixToolsetTest.Heat/HeatFixture.cs
+++ b/src/tools/test/WixToolsetTest.Heat/HeatFixture.cs
@@ -4,12 +4,13 @@ namespace WixToolsetTest.Heat
4{ 4{
5 using System.IO; 5 using System.IO;
6 using System.Linq; 6 using System.Linq;
7 using WixInternal.TestSupport; 7 using Microsoft.VisualStudio.TestTools.UnitTesting;
8 using Xunit; 8 using WixInternal.MSTestSupport;
9 9
10 [TestClass]
10 public class HeatFixture 11 public class HeatFixture
11 { 12 {
12 [Fact] 13 [TestMethod]
13 public void CanHarvestSimpleDirectory() 14 public void CanHarvestSimpleDirectory()
14 { 15 {
15 var folder = TestData.Get("TestData", "SingleFile"); 16 var folder = TestData.Get("TestData", "SingleFile");
@@ -48,7 +49,7 @@ namespace WixToolsetTest.Heat
48 } 49 }
49 } 50 }
50 51
51 [Fact] 52 [TestMethod]
52 public void CanHarvestSimpleDirectoryToComponentGroup() 53 public void CanHarvestSimpleDirectoryToComponentGroup()
53 { 54 {
54 var folder = TestData.Get("TestData", "SingleFile"); 55 var folder = TestData.Get("TestData", "SingleFile");
@@ -88,7 +89,7 @@ namespace WixToolsetTest.Heat
88 } 89 }
89 } 90 }
90 91
91 [Fact] 92 [TestMethod]
92 public void CanHarvestSimpleDirectoryToInstallFolder() 93 public void CanHarvestSimpleDirectoryToInstallFolder()
93 { 94 {
94 var folder = TestData.Get("TestData", "SingleFile"); 95 var folder = TestData.Get("TestData", "SingleFile");
@@ -129,7 +130,7 @@ namespace WixToolsetTest.Heat
129 } 130 }
130 } 131 }
131 132
132 [Fact] 133 [TestMethod]
133 public void CanHarvestFile() 134 public void CanHarvestFile()
134 { 135 {
135 var folder = TestData.Get("TestData", "SingleFile"); 136 var folder = TestData.Get("TestData", "SingleFile");
@@ -171,7 +172,7 @@ namespace WixToolsetTest.Heat
171 } 172 }
172 } 173 }
173 174
174 [Fact] 175 [TestMethod]
175 public void CanHarvestRegistry() 176 public void CanHarvestRegistry()
176 { 177 {
177 var folder = TestData.Get("TestData", "RegFile"); 178 var folder = TestData.Get("TestData", "RegFile");
@@ -195,7 +196,7 @@ namespace WixToolsetTest.Heat
195 } 196 }
196 } 197 }
197 198
198 [Fact] 199 [TestMethod]
199 public void CanHarvestRegistryIntoComponentGroup() 200 public void CanHarvestRegistryIntoComponentGroup()
200 { 201 {
201 var folder = TestData.Get("TestData", "RegFile"); 202 var folder = TestData.Get("TestData", "RegFile");