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