using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TerminalGuiFluentTesting;
///
/// Which v2 driver simulation should be used
///
public enum V2TestDriver
{
///
/// The v2 windows driver with simulation I/O but core driver classes
///
V2Win,
///
/// The v2 net driver with simulation I/O but core driver classes
///
V2Net
}