Files
Terminal.Gui/Tests/UnitTests
Tig ad6925a13a WIP: Almost there!
Refactored tests and code to align with the modern instance-based
application model. Key changes include:

- Disabled Sixel rendering in `OutputBase.cs` due to dependency on
  legacy static `Application` object.
- Hardcoded `force16Colors` to `false` in `WindowsOutput.cs` with a
  `BUGBUG` note.
- Updated `ApplicationImplTests` to use `ApplicationImpl.SetInstance`
  and return `ApplicationImpl.Instance`.
- Refactored `ApplicationModelFencingTests` to use `Application.Create()`
  and added `ResetModelUsageTracking()` for model switching.
- Removed legacy `DriverTests` and reintroduced updated versions with
  cross-platform driver tests.
- Reverted `ArrangementTests` and `ShortcutTests` to use legacy static
  `ApplicationImpl.Instance`.
- Reintroduced driver tests in `DriverTests.cs` with modern `Application.Create()`
  and added `TestTop` for driver content verification.
- General cleanup, including removal of outdated code and addition of
  `BUGBUG` notes for temporary workarounds.
2025-11-22 21:51:04 -07:00
..
2025-11-22 21:51:04 -07:00
2025-11-22 21:51:04 -07:00
2025-11-22 21:51:04 -07:00
2025-11-22 21:51:04 -07:00

Automated Unit Tests (non-Parallelizable)

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