mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Refactored AutoInitShutdown attribute - scary stuff
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Terminal.Gui.Views {
|
||||
|
||||
public override void Before (MethodInfo methodUnderTest)
|
||||
{
|
||||
Application.Init (new FakeDriver (), new FakeMainLoop (() => FakeConsole.ReadKey (true)));
|
||||
Application.Init (new FakeDriver ());
|
||||
|
||||
// 1 2 3
|
||||
// 01234567890123456789012345678901=32 (Length)
|
||||
|
||||
Reference in New Issue
Block a user