mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Adds ViewportSettings.Transparent (#3886)
This commit is contained in:
@@ -1299,4 +1299,19 @@ w ";
|
||||
|
||||
pos = TestHelpers.AssertDriverContentsWithFrameAre (expected, output);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[SetupFakeDriver]
|
||||
public void SetText_RendersCorrectly ()
|
||||
{
|
||||
View view;
|
||||
var text = "test";
|
||||
|
||||
view = new Label { Text = text };
|
||||
view.BeginInit ();
|
||||
view.EndInit ();
|
||||
view.Draw ();
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (text, output);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user