Work on ability to test both v2net and v2win

This commit is contained in:
tznind
2025-03-19 20:54:13 +00:00
committed by Tig
parent 56d3835c37
commit 7712bc64b1
6 changed files with 104 additions and 20 deletions

View 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
}