Fixes #4374 - Nukes all (?) legacy Driver and Application stuff; revamps tests (#4376)

This commit is contained in:
Tig
2025-11-11 16:29:33 -07:00
committed by GitHub
parent 559dea9239
commit d53fcd7485
310 changed files with 14827 additions and 16911 deletions

View File

@@ -36,14 +36,14 @@ public class TreeViewFluentTests
tv.AddObject (root);
using GuiTestContext context =
With.A<Window> (40, 10, d)
With.A<Window> (40, 10, d, _out)
.Add (tv)
.Focus (tv)
.WaitIteration ()
.ScreenShot ("Before expanding", _out)
.AssertEqual (root, tv.GetObjectOnRow (0))
.AssertNull (tv.GetObjectOnRow (1))
.Right ()
.EnqueueKeyEvent (Key.CursorRight)
.ScreenShot ("After expanding", _out)
.AssertMultiple (
() =>