Some more categorization

This commit is contained in:
Brandon Thetford
2024-02-20 20:12:57 -07:00
parent b65e2fb5f8
commit 56fc0b23d1

View File

@@ -4,6 +4,7 @@ using Xunit.Abstractions;
namespace Terminal.Gui.ViewsTests;
[Trait("Category","Output")]
public class DrawTests
{
private readonly ITestOutputHelper _output;
@@ -73,6 +74,7 @@ public class DrawTests
// TODO: Refactor this test to not depend on TextView etc... Make it as primitive as possible
[Fact]
[AutoInitShutdown]
[Trait("Category","Unicode")]
public void Clipping_AddRune_Left_Or_Right_Replace_Previous_Or_Next_Wide_Rune_With_Space ()
{
var tv = new TextView
@@ -124,6 +126,7 @@ public class DrawTests
[Fact]
[AutoInitShutdown]
[Trait("Category","Output")]
public void Colors_On_TextAlignment_Right_And_Bottom ()
{
var viewRight = new View