|
OpenTAP 9.32
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.32 API built Tue Feb 3 2026 12:07:40