Files
Terminal.Gui/Tests/IntegrationTests
copilot-swe-agent[bot] e8b40dc9b7 Move fix logic into UICatalog methods that tests can call
- Added SetupForceDriverConfig() and ReloadForceDriverConfig() methods to UICatalog.cs
- These methods contain the fix logic (parts 1 and 2)
- Made methods internal and added InternalsVisibleTo for IntegrationTests
- Updated UICatalogMain and scenario loop to use these methods
- Updated tests to call UICatalog's methods instead of duplicating the logic
- Tests now fail without the fix and pass with it, proving they test the actual UICatalog code
- All 91 UICatalog integration tests pass

Co-authored-by: tig <585482+tig@users.noreply.github.com>
2025-11-16 02:56:39 +00:00
..