namespace JdeScoping.ConfigManager.Cli.Tests; /// /// Collection definition for tests that redirect Console.Out or Console.Error. /// These tests must run sequentially to avoid interference. /// [CollectionDefinition("Console Tests", DisableParallelization = true)] public class ConsoleTestCollection { }