All unit test pass for reals?

This commit is contained in:
Tig
2024-10-06 18:24:20 -06:00
parent 39bf84472d
commit c4e8ec4a56
4 changed files with 21 additions and 21 deletions

View File

@@ -54,7 +54,7 @@ public class TableViewTests (ITestOutputHelper output)
}
[Fact]
[AutoInitShutdown]
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
public void CellEventsBackgroundFill ()
{
var tv = new TableView { Width = 20, Height = 4 };
@@ -412,7 +412,7 @@ public class TableViewTests (ITestOutputHelper output)
}
[Fact]
[AutoInitShutdown]
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
public void LongColumnTest ()
{
var tableView = new TableView ();
@@ -602,7 +602,7 @@ public class TableViewTests (ITestOutputHelper output)
top.Dispose ();
}
[AutoInitShutdown]
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
[Fact]
public void PageDown_ExcludesHeaders ()
{
@@ -1000,7 +1000,7 @@ public class TableViewTests (ITestOutputHelper output)
}
[Fact]
[AutoInitShutdown]
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
public void TableView_Activate ()
{
string activatedValue = null;
@@ -1566,7 +1566,7 @@ public class TableViewTests (ITestOutputHelper output)
}
[Fact]
[AutoInitShutdown]
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.DefaultOnly)]
public void Test_CollectionNavigator ()
{
var tv = new TableView ();