mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Revamped Scenario
This commit is contained in:
@@ -1417,8 +1417,9 @@ public class NavigationTests (ITestOutputHelper _output) : TestsAllViews
|
||||
r.Dispose ();
|
||||
}
|
||||
|
||||
[Theory, CombinatorialData]
|
||||
public void TabStop_All_True_And_Changing_CanFocus_Later ([CombinatorialValues (TabBehavior.NoStop, TabBehavior.TabStop, TabBehavior.TabGroup)] TabBehavior behavior)
|
||||
[Theory]
|
||||
[CombinatorialData]
|
||||
public void TabStop_Change_CanFocus_Works ([CombinatorialValues (TabBehavior.NoStop, TabBehavior.TabStop, TabBehavior.TabGroup)] TabBehavior behavior)
|
||||
{
|
||||
var r = new View ();
|
||||
var v1 = new View ();
|
||||
|
||||
Reference in New Issue
Block a user