mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
daignosing unit test fail in action
This commit is contained in:
@@ -5,7 +5,17 @@ using Xunit;
|
||||
using Console = Terminal.Gui.FakeConsole;
|
||||
|
||||
namespace Terminal.Gui.DriverTests {
|
||||
public class ColorTests {
|
||||
public class ColorTests: IDisposable
|
||||
{
|
||||
public ColorTests ()
|
||||
{
|
||||
ConsoleDriver.RunningUnitTests = true;
|
||||
}
|
||||
|
||||
public void Dispose ()
|
||||
{
|
||||
// ... clean up test data from the database ...
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[InlineData (typeof (FakeDriver))]
|
||||
|
||||
Reference in New Issue
Block a user