mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Rename IApplication.Current to TopRunnable
Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ public class GlobalTestSetup : IDisposable
|
||||
// Check that all Application fields and properties are set to their default values
|
||||
|
||||
// Public Properties
|
||||
Assert.Null (Application.Current);
|
||||
Assert.Null (Application.TopRunnable);
|
||||
Assert.Null (Application.Mouse.MouseGrabView);
|
||||
|
||||
// Don't check Application.ForceDriver
|
||||
|
||||
Reference in New Issue
Block a user