mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 02:08:03 +01:00
This commit is contained in:
@@ -4,10 +4,11 @@ using System.Collections;
|
||||
using System.Globalization;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
using UnitTests;
|
||||
|
||||
namespace UnitTests_Parallelizable.ResourcesTests;
|
||||
|
||||
public class ResourceManagerTests : UnitTests.Parallelizable.ParallelizableBase
|
||||
public class ResourceManagerTests : FakeDriverBase
|
||||
{
|
||||
private const string EXISTENT_CULTURE = "pt-PT";
|
||||
private const string NO_EXISTENT_CULTURE = "de-DE";
|
||||
|
||||
Reference in New Issue
Block a user