mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Add internal static InitState method to subscribe events.
This commit is contained in:
@@ -641,6 +641,12 @@ public class ApplicationTests
|
||||
Application.Shutdown ();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void InitState_Throws_If_Driver_Is_Null ()
|
||||
{
|
||||
Assert.Throws<ArgumentNullException> (static () => Application.InitState ());
|
||||
}
|
||||
|
||||
private void Init ()
|
||||
{
|
||||
Application.Init (new FakeDriver ());
|
||||
|
||||
Reference in New Issue
Block a user