Files
Terminal.Gui/Tests/UnitTests
Tig 8a829dc6f3 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.
2025-12-22 15:50:19 -07:00
..
2025-12-22 15:50:19 -07:00
2025-12-22 15:50:19 -07:00

Automated Unit Tests (non-Parallelizable)

IMPORTANT: New tests belong in UnitTests.Parallelizable. Please use the UnitTests.Parallelizable project for all new tests.

See the Testing wiki for details on how to add more tests.