Refactor Dialog tests to use fake driver; cleanup config

- Migrated Dialog alignment/layout tests to ViewsTests using FakeDriverBase and a fake driver for improved isolation and parallelization.
- Removed old DialogTests from UnitTests; new tests use explicit disposal and resource management.
- Refactored Dialog static default properties to use auto-properties with [ConfigurationProperty] attributes, removing old backing fields and simplifying code.
- Made DriverAssert public for cross-project test use.
- Removed obsolete test migration and performance analysis markdown docs.
- Improved test infrastructure for future migrations.
This commit is contained in:
Tig
2025-12-22 15:50:19 -07:00
parent 740557e879
commit 8a829dc6f3
10 changed files with 276 additions and 1383 deletions

View File

@@ -30,7 +30,6 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="..\UnitTests\DriverAssert.cs" Link="DriverAssert.cs" />
<Compile Include="..\UnitTests\OutputAssert.cs" Link="OutputAssert.cs" />
</ItemGroup>