|
OpenTAP 9.31
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.31 API built Fri Oct 17 2025 07:12:36