mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
This commit is contained in:
@@ -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 (
|
||||
() =>
|
||||
|
||||
Reference in New Issue
Block a user