using Xunit.Abstractions;
namespace Terminal.Gui.ViewTests;
///
/// Test the and methods.
/// DOES NOT TEST View.xxxToScreen methods. Those are in ./View/Layout/ToScreenTests.cs
///
///
public class AdornmentToScreenTests (ITestOutputHelper output)
{
private readonly ITestOutputHelper _output = output;
}