mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Remove dependency on fluent assertions and fix folder paths
This commit is contained in:
6
TerminalGuiFluentTesting/FakeWindowsInput.cs
Normal file
6
TerminalGuiFluentTesting/FakeWindowsInput.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace TerminalGuiFluentTesting;
|
||||
|
||||
internal class FakeWindowsInput (CancellationToken hardStopToken) : FakeInput<WindowsConsole.InputRecord> (hardStopToken), IWindowsInput
|
||||
{ }
|
||||
Reference in New Issue
Block a user