mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Rename to TerminalGuiFluentTesting
This commit is contained in:
6
TerminalGuiFluentAssertions/FakeNetInput.cs
Normal file
6
TerminalGuiFluentAssertions/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