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,7 +1,7 @@
|
||||
using UnitTests;
|
||||
using Xunit.Abstractions;
|
||||
|
||||
namespace Terminal.Gui.ViewsTests;
|
||||
namespace UnitTests.ViewsTests;
|
||||
|
||||
#pragma warning disable CS0618 // Type or member is obsolete
|
||||
public class MenuBarv1Tests (ITestOutputHelper output)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
//using static Terminal.Gui.ViewTests.MenuTests;
|
||||
|
||||
namespace Terminal.Gui.ViewsTests;
|
||||
namespace UnitTests.ViewsTests;
|
||||
|
||||
#pragma warning disable CS0618 // Type or member is obsolete
|
||||
public class Menuv1Tests
|
||||
|
||||
Reference in New Issue
Block a user