Files
Terminal.Gui/Tests/UnitTests
Tig bc0634cf44 Fixed all modelusage bugs?
Replaced static `Application` references with instance-based `App`
context across the codebase. Updated calls to `Application.RequestStop()`
and `Application.Screen` to use `App?.RequestStop()` and `App?.Screen`
for better encapsulation and flexibility.

Refactored test infrastructure to align with the new context, including
reintroducing `FakeApplicationFactory` and `FakeApplicationLifecycle`
for testing purposes. Improved logging, error handling, and test
clarity by adding `logWriter` support and simplifying test setup.

Removed redundant or obsolete code, such as `NetSequences` and the old
`FakeApplicationFactory` implementation. Updated documentation to
reflect the new `IApplication.RequestStop()` usage.
2025-11-23 07:13:47 -07:00
..
2025-11-22 21:51:04 -07:00
2025-11-22 21:51:04 -07:00
2025-11-23 07:13:47 -07:00
2025-11-22 21:51:04 -07:00
2025-11-23 07:13:47 -07:00

Automated Unit Tests (non-Parallelizable)

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