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

Custom handler for exporting external parameters from a TestPlan to a file. More...

Inheritance diagram for OpenTap.IExternalTestPlanParameterExport:
OpenTap.ITapPlugin

Public Member Functions

void ExportExternalParameters (TestPlan testPlan, string parameterFilePath)
 Exports currently configured external parameters and values to a 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 exporting external parameters from a TestPlan to a file.

Member Function Documentation

◆ ExportExternalParameters()

void OpenTap.IExternalTestPlanParameterExport.ExportExternalParameters ( TestPlan  testPlan,
string  parameterFilePath 
)

Exports currently configured external parameters and values to a file

Parameters
testPlanThe currently loaded TestPlan
parameterFilePathLocation of the file

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