mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Tons of stuff
This commit is contained in:
@@ -59,7 +59,7 @@ public class ThicknessTests (ITestOutputHelper output)
|
||||
new Rectangle (0, 0, Application.Driver!.Cols, Application.Driver!.Rows),
|
||||
(Rune)' '
|
||||
);
|
||||
t.Draw (r, ViewDiagnosticFlags.Padding, "Test");
|
||||
t.Draw (r, ViewDiagnosticFlags.Thickness, "Test");
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (
|
||||
@"
|
||||
@@ -74,7 +74,7 @@ public class ThicknessTests (ITestOutputHelper output)
|
||||
new Rectangle (0, 0, Application.Driver!.Cols, Application.Driver!.Rows),
|
||||
(Rune)' '
|
||||
);
|
||||
t.Draw (r, ViewDiagnosticFlags.Padding, "Test");
|
||||
t.Draw (r, ViewDiagnosticFlags.Thickness, "Test");
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (
|
||||
@"
|
||||
@@ -103,7 +103,7 @@ public class ThicknessTests (ITestOutputHelper output)
|
||||
new Rectangle (0, 0, Application.Driver!.Cols, Application.Driver!.Rows),
|
||||
(Rune)' '
|
||||
);
|
||||
t.Draw (r, ViewDiagnosticFlags.Padding, "Test");
|
||||
t.Draw (r, ViewDiagnosticFlags.Thickness, "Test");
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (
|
||||
@"
|
||||
@@ -132,7 +132,7 @@ public class ThicknessTests (ITestOutputHelper output)
|
||||
new Rectangle (0, 0, Application.Driver!.Cols, Application.Driver!.Rows),
|
||||
(Rune)' '
|
||||
);
|
||||
t.Draw (r, ViewDiagnosticFlags.Padding, "Test");
|
||||
t.Draw (r, ViewDiagnosticFlags.Thickness, "Test");
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (
|
||||
@"
|
||||
|
||||
Reference in New Issue
Block a user