diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/test/burn/WixTestTools/WixTestContext.cs | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-bob/ConfigurableScopeBundles.tar.gz wix-bob/ConfigurableScopeBundles.tar.bz2 wix-bob/ConfigurableScopeBundles.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
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> |
