Charlie Kindel %!s(int64=5) %!d(string=hai) anos
pai
achega
ffff3526b1
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  1. 17 0
      UnitTests/MainLoopTests.cs

+ 17 - 0
UnitTests/MainLoopTests.cs

@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using Terminal.Gui;
+using Xunit;
+
+// Alais Console to MockConsole so we don't accidentally use Console
+using Console = Terminal.Gui.FakeConsole;
+
+namespace Terminal.Gui {
+	public class MainLoopTests {
+		[Fact]
+		public void Init_Shutdown_Cleans_Up ()
+		{
+		}
+	}
+}