Class ConfigReader
This class is used to read configuration information for a test assembly.
public static class ConfigReader
- Inheritance
-
ConfigReader
- Inherited Members
Methods
Load(TestAssemblyConfiguration, string?, string?, List<string>?)
Loads the test assembly configuration for the given test assembly.
public static bool Load(TestAssemblyConfiguration configuration, string? assemblyFileName, string? configFileName = null, List<string>? warnings = null)
Parameters
configurationTestAssemblyConfigurationThe configuration object to write the values to.
assemblyFileNamestringThe test assembly.
configFileNamestringThe test assembly configuration file.
warningsList<string>A container to receive loading warnings, if desired.
Returns
- bool
A flag which indicates whether configuration values were read.