OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.IExternalTestPlanParameterImport Interface Reference

Custom handler for importing external parameters from a file. More...

Inheritance diagram for OpenTap.IExternalTestPlanParameterImport:
OpenTap.ITapPlugin

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...
 

Properties

string Extension [get]
 The extension of the imported file including the '.'. For example '.zip'.
 
string Name [get]
 Name of the file format. Shown when the user selects the format in the GUI. For example, Compressed Using Zip.
 

Detailed Description

Custom handler for importing external parameters from a file.

Member Function Documentation

◆ ImportExternalParameters()

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.

Parameters
testPlanThe TestPlan to import the values into
parameterFilePathPath of the file containing the values

Exceptions should be thrown from here, when necessary.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41