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:
@@ -1,7 +1,7 @@
|
||||
#nullable enable
|
||||
using Moq;
|
||||
|
||||
namespace Terminal.Gui.ApplicationTests;
|
||||
namespace UnitTests_Parallelizable.ApplicationTests;
|
||||
|
||||
public class ApplicationPopoverTests
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
using System;
|
||||
using Terminal.Gui.App;
|
||||
using Xunit;
|
||||
namespace UnitTests_Parallelizable.ApplicationTests;
|
||||
|
||||
public class ResultEventArgsTests
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui.ApplicationTests;
|
||||
namespace UnitTests_Parallelizable.ApplicationTests;
|
||||
|
||||
public class LogarithmicTimeoutTests
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@ using System;
|
||||
using Terminal.Gui;
|
||||
using Terminal.Gui.App;
|
||||
using Xunit;
|
||||
namespace UnitTests_Parallelizable.ApplicationTests;
|
||||
|
||||
public class PopoverBaseImplTests
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui.ApplicationTests;
|
||||
namespace UnitTests_Parallelizable.ApplicationTests;
|
||||
|
||||
|
||||
public class SmoothAcceleratingTimeoutTests
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui.ApplicationTests;
|
||||
namespace UnitTests_Parallelizable.ApplicationTests;
|
||||
|
||||
public class StackExtensionsTests : UnitTests.Parallelizable.ParallelizableBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user