mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Added Next/PrevTabKeys.
Refactored ApplicationNavigation in prep for further work
This commit is contained in:
@@ -201,6 +201,9 @@ public class ApplicationTests
|
||||
// Keyboard
|
||||
Assert.Empty (Application.GetViewKeyBindings ());
|
||||
|
||||
// Navigation
|
||||
Assert.Null (Application.Navigation);
|
||||
|
||||
// Events - Can't check
|
||||
//Assert.Null (Application.NotifyNewRunState);
|
||||
//Assert.Null (Application.NotifyNewRunState);
|
||||
@@ -241,6 +244,8 @@ public class ApplicationTests
|
||||
|
||||
//Application.WantContinuousButtonPressedView = new View ();
|
||||
|
||||
Application.Navigation = new ();
|
||||
|
||||
Application.ResetState ();
|
||||
CheckReset ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user