Fixed AttributeTests

This commit is contained in:
Tig
2024-05-30 06:35:43 -06:00
parent c39c67a693
commit 161bc277c8

View File

@@ -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);