mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Adjusted unit tests
This commit is contained in:
@@ -120,7 +120,7 @@ public class MessageBoxTests
|
||||
Assert.Equal (1, result);
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Location_Default ()
|
||||
{
|
||||
@@ -155,7 +155,7 @@ public class MessageBoxTests
|
||||
Application.Run ().Dispose ();
|
||||
}
|
||||
|
||||
[Theory (Skip = "Dim.Auto WIP")]
|
||||
[Theory (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
[InlineData (" ", true, 1)]
|
||||
[InlineData (" ", false, 1)]
|
||||
@@ -236,7 +236,7 @@ public class MessageBoxTests
|
||||
Application.Run ().Dispose ();
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Message_Long_Without_Spaces_WrapMessage_True ()
|
||||
{
|
||||
@@ -312,7 +312,7 @@ public class MessageBoxTests
|
||||
Application.Run (top);
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Message_With_Spaces_WrapMessage_False ()
|
||||
{
|
||||
@@ -389,7 +389,7 @@ ffffffffffffffffffff
|
||||
Application.Run (top);
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Message_With_Spaces_WrapMessage_True ()
|
||||
{
|
||||
@@ -470,7 +470,7 @@ ffffffffffffffffffff
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Message_Without_Spaces_WrapMessage_False ()
|
||||
{
|
||||
@@ -542,7 +542,7 @@ ffffffffffffffffffff
|
||||
Application.Run (top);
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Size_Default ()
|
||||
{
|
||||
@@ -575,7 +575,7 @@ ffffffffffffffffffff
|
||||
Application.Run ().Dispose ();
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Size_JustBigEnough_Fixed_Size ()
|
||||
{
|
||||
@@ -626,7 +626,7 @@ ffffffffffffffffffff
|
||||
Application.Run ().Dispose ();
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Size_No_With_Button ()
|
||||
{
|
||||
@@ -686,7 +686,7 @@ ffffffffffffffffffff
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
[Fact (Skip = "Dim.Auto WIP")]
|
||||
[Fact (Skip = "Pos.Align WIP")]
|
||||
[AutoInitShutdown]
|
||||
public void Size_None_No_Buttons ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user