mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Xmldoc
This commit is contained in:
@@ -7,10 +7,17 @@ using System.Threading.Tasks;
|
||||
namespace TerminalGuiFluentTesting;
|
||||
|
||||
/// <summary>
|
||||
/// Which v2 driver should be used
|
||||
/// Which v2 driver simulation should be used
|
||||
/// </summary>
|
||||
public enum V2TestDriver
|
||||
{
|
||||
/// <summary>
|
||||
/// The v2 windows driver with simulation I/O but core driver classes
|
||||
/// </summary>
|
||||
V2Win,
|
||||
|
||||
/// <summary>
|
||||
/// The v2 net driver with simulation I/O but core driver classes
|
||||
/// </summary>
|
||||
V2Net
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user