diff options
Diffstat (limited to 'src/test/burn/WixTestTools/WixTestContext.cs')
| -rw-r--r-- | src/test/burn/WixTestTools/WixTestContext.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/burn/WixTestTools/WixTestContext.cs b/src/test/burn/WixTestTools/WixTestContext.cs index a87a56fa..b30d5739 100644 --- a/src/test/burn/WixTestTools/WixTestContext.cs +++ b/src/test/burn/WixTestTools/WixTestContext.cs | |||
| @@ -16,6 +16,8 @@ namespace WixTestTools | |||
| 16 | 16 | ||
| 17 | public WixTestContext(ITestOutputHelper testOutputHelper) | 17 | public WixTestContext(ITestOutputHelper testOutputHelper) |
| 18 | { | 18 | { |
| 19 | this.TestOutputHelper = testOutputHelper; | ||
| 20 | |||
| 19 | var test = GetTest(testOutputHelper); | 21 | var test = GetTest(testOutputHelper); |
| 20 | var splitClassName = test.TestCase.TestMethod.TestClass.Class.Name.Split('.'); | 22 | var splitClassName = test.TestCase.TestMethod.TestClass.Class.Name.Split('.'); |
| 21 | 23 | ||
| @@ -34,6 +36,8 @@ namespace WixTestTools | |||
| 34 | 36 | ||
| 35 | public string TestName { get; } | 37 | public string TestName { get; } |
| 36 | 38 | ||
| 39 | public ITestOutputHelper TestOutputHelper { get; } | ||
| 40 | |||
| 37 | /// <summary> | 41 | /// <summary> |
| 38 | /// Gets the test install directory for the current test. | 42 | /// Gets the test install directory for the current test. |
| 39 | /// </summary> | 43 | /// </summary> |
