61694ca50b
Add missing CLI commands to match UI capabilities: config set commands for all configuration sections (datasync, dataaccess, auth, ldap, search, excelexport) and connection update command. Also adds unit tests for SecretCommands, ValidateCommand, and TestConnectionCommand.
11 lines
337 B
C#
11 lines
337 B
C#
namespace JdeScoping.ConfigManager.Cli.Tests;
|
|
|
|
/// <summary>
|
|
/// Collection definition for tests that redirect Console.Out or Console.Error.
|
|
/// These tests must run sequentially to avoid interference.
|
|
/// </summary>
|
|
[CollectionDefinition("Console Tests", DisableParallelization = true)]
|
|
public class ConsoleTestCollection
|
|
{
|
|
}
|