mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Fixed AttributeTests
This commit is contained in:
@@ -12,7 +12,6 @@ public class AttributeTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown]
|
||||
public void ColorAndColorNamesConstructor ()
|
||||
{
|
||||
// Arrange & Act
|
||||
@@ -26,7 +25,6 @@ public class AttributeTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown]
|
||||
public void ColorConstructor ()
|
||||
{
|
||||
// Arrange & Act
|
||||
@@ -143,11 +141,8 @@ public class AttributeTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown]
|
||||
public void Equals_Initialized ()
|
||||
{
|
||||
Assert.NotNull (Application.Driver);
|
||||
|
||||
var attr1 = new Attribute (Color.Red, Color.Green);
|
||||
var attr2 = new Attribute (Color.Red, Color.Green);
|
||||
|
||||
@@ -324,7 +319,6 @@ public class AttributeTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown]
|
||||
public void NotEquals_Initialized ()
|
||||
{
|
||||
var attr1 = new Attribute (Color.Red, Color.Green);
|
||||
|
||||
Reference in New Issue
Block a user