All Classes
-
All Classes Interface Summary Class Summary Class Description ConfigSource Interface for configuration sources used by ConfNG.ConfNG Main configuration management class for ConfNG.ConfNGKey Interface for configuration keys used by ConfNG.ConfNGListener Interface for custom ConfNG listeners that can be executed before or after the standard TestNGParameterListener.EnvSource Configuration source that reads from environment variables.FileResolver Utility class for resolving and reading configuration files from both filesystem and classpath (including JAR resources).FileResolver.ResolvedFile Result of file resolution containing the resolved path and metadata.JsonSource Configuration source that reads from JSON files.PropertiesSource Configuration source that reads from Java properties files.SecretManagerSource Abstract base class for secret manager implementations.SystemPropertySource Configuration source that reads from Java system properties.TestNGListenerChain Manages the chain of ConfNG listeners and executes them in priority order.TestNGParameterListener TestNG listener that automatically captures test parameters and makes them available to ConfNG as a configuration source.TestNGParameterSource Configuration source that provides values from TestNG parameters.TomlSource Configuration source that reads from TOML files.YamlSource Configuration source that reads from YAML files.