mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Unit tests
This commit is contained in:
@@ -90,11 +90,11 @@ namespace Terminal.Gui.DriverTests {
|
||||
// Shutdown must be called to safely clean up Application if Init has been called
|
||||
Application.Shutdown ();
|
||||
}
|
||||
|
||||
|
||||
[Theory]
|
||||
[InlineData (typeof (FakeDriver), false)]
|
||||
[InlineData (typeof (FakeDriver), true)]
|
||||
[InlineData (typeof (NetDriver), false)]
|
||||
[InlineData (typeof (CursesDriver), false)]
|
||||
[InlineData (typeof (CursesDriver), true)]
|
||||
[InlineData (typeof (WindowsDriver), false)]
|
||||
public void Force16Colors_Sets (Type driverType, bool expectedSetting)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user