OpenTAP 9.25
API Reference
|
Custom handler for importing external parameters from a file. More...
Public Member Functions | |
void | ImportExternalParameters (TestPlan testPlan, string parameterFilePath) |
Imports the values of a file into the external parameter values. TestPlan must already contain definitions for the external parameters found in the file. More... | |
Custom handler for importing external parameters from a file.
void OpenTap.IExternalTestPlanParameterImport.ImportExternalParameters | ( | TestPlan | testPlan, |
string | parameterFilePath | ||
) |
Imports the values of a file into the external parameter values. TestPlan must already contain definitions for the external parameters found in the file.
testPlan | The TestPlan to import the values into |
parameterFilePath | Path of the file containing the values |
Exceptions should be thrown from here, when necessary.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24