mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Rebased onto v2_2491-Overlapped
This commit is contained in:
@@ -1040,7 +1040,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
|
||||
[InlineData (false)]
|
||||
[InlineData (true)]
|
||||
public void TableView_ColorsTest_ColorGetter (bool focused)
|
||||
@@ -1138,7 +1138,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
|
||||
[InlineData (false)]
|
||||
[InlineData (true)]
|
||||
public void TableView_ColorsTest_RowColorGetter (bool focused)
|
||||
@@ -1230,7 +1230,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[AutoInitShutdown]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
|
||||
[InlineData (false)]
|
||||
[InlineData (true)]
|
||||
public void TableView_ColorTests_FocusedOrNot (bool focused)
|
||||
|
||||
Reference in New Issue
Block a user