mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Tweaks.
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:
@@ -30,7 +30,6 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\UnitTests\DriverAssert.cs" Link="DriverAssert.cs" />
|
||||
<Compile Include="..\UnitTests\OutputAssert.cs" Link="OutputAssert.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user