aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixInternal.MSTestSupport/WixAssert.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert WixToolsetTest.Sdk to MSTest.***Bob Arnson2025-03-031-0/+10
| | | | | | | ***Does not include a full conversion to traversal projects. The wix segment already uses traversal projects extensively so there isn't a significant per win, especially compared to the effort required...but MSTest's method-level parallelism cuts test run time in half (~60->~30).
* Convert tools\ to MSTest and traversal projects.Bob Arnson2025-03-031-5/+9
|
* Convert ext\ to MSTest and traversal projects.Bob Arnson2025-03-031-0/+164
- Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage