LoadConfiguration Method |
Applies to
ITest
Declaration
Procedure LoadConfiguration(const iniFile :TIniFile; const section :string);
Description
The enabled/disabled state for each contained test will be read from the given TIniFile under the given section name.
Parameters |
iniFile | The TIniFile to read the configuration from. |
section | The name of the section the configuration will be read from. |
|