mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Make all tests do both drivers
This commit is contained in:
@@ -14,7 +14,7 @@ public static class With
|
||||
/// <param name="height"></param>
|
||||
/// <param name="v2TestDriver">Which v2 v2TestDriver to use for the test</param>
|
||||
/// <returns></returns>
|
||||
public static GuiTestContext A<T> (int width, int height, V2TestDriver v2TestDriver = V2TestDriver.V2Win) where T : Toplevel, new ()
|
||||
public static GuiTestContext A<T> (int width, int height, V2TestDriver v2TestDriver) where T : Toplevel, new ()
|
||||
{
|
||||
return new (() => new T (), width, height,v2TestDriver);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user