mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
This commit is contained in:
@@ -3,7 +3,7 @@ using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
using static Terminal.Gui.App.Application;
|
||||
|
||||
namespace Terminal.Gui.DialogTests;
|
||||
namespace UnitTests.DialogTests;
|
||||
|
||||
public class DialogTests (ITestOutputHelper output)
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using UICatalog;
|
||||
using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.DialogTests;
|
||||
namespace UnitTests.DialogTests;
|
||||
|
||||
public class MessageBoxTests
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.DialogTests;
|
||||
namespace UnitTests.DialogTests;
|
||||
|
||||
public class WizardTests ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user