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