mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class DimFillTests (ITestOutputHelper output)
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
using static Terminal.Gui.ViewBase.Dim;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class DimTests
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#nullable enable
|
||||
|
||||
namespace Terminal.Gui.ViewMouseTests;
|
||||
namespace UnitTests.ViewMouseTests;
|
||||
|
||||
[Trait ("Category", "Input")]
|
||||
public class GetViewsUnderLocationTests
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class LayoutTests (ITestOutputHelper output) : TestsAllViews
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using UnitTests;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class PosAnchorEndTests ()
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using Xunit.Abstractions;
|
||||
using static Terminal.Gui.ViewBase.Dim;
|
||||
using static Terminal.Gui.ViewBase.Pos;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class PosCenterTests (ITestOutputHelper output)
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using Xunit.Abstractions;
|
||||
using static Terminal.Gui.ViewBase.Dim;
|
||||
using static Terminal.Gui.ViewBase.Pos;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class PosCombineTests (ITestOutputHelper output)
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using Xunit.Abstractions;
|
||||
using static Terminal.Gui.ViewBase.Dim;
|
||||
using static Terminal.Gui.ViewBase.Pos;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class PosTests ()
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using Xunit.Abstractions;
|
||||
using static Terminal.Gui.ViewBase.Pos;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class PosViewTests (ITestOutputHelper output)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.LayoutTests;
|
||||
namespace UnitTests.LayoutTests;
|
||||
|
||||
public class SetLayoutTests (ITestOutputHelper output)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user