mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Work on ability to test both v2net and v2win
This commit is contained in:
16
TerminalGuiFluentTesting/V2TestDriver.cs
Normal file
16
TerminalGuiFluentTesting/V2TestDriver.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TerminalGuiFluentTesting;
|
||||
|
||||
/// <summary>
|
||||
/// Which v2 driver should be used
|
||||
/// </summary>
|
||||
public enum V2TestDriver
|
||||
{
|
||||
V2Win,
|
||||
V2Net
|
||||
}
|
||||
Reference in New Issue
Block a user