OpenTAP 9.25
API Reference
|
External test plan parameters. More...
Public Member Functions | |
ExternalParameters (TestPlan plan) | |
Constructor for the ExternalParameters. More... | |
ExternalParameter | Add (ITestStep step, IMemberData setting, string Name=null) |
Adds a step property to the external test plan parameters. More... | |
void | Remove (ITestStep step, IMemberData propertyInfo, string name=null) |
Removes a step property from the external parameters. More... | |
void | Clean () |
Ensures that each entry test step is also present the test plan. | |
ExternalParameter | Get (string externalParameterName) |
Gets an entry by name. More... | |
ExternalParameter | Find (ITestStep step, IMemberData property) |
Finds the external parameter that is defined by 'step' and 'property'. If no external parameter is found null is returned. More... | |
Properties | |
IReadOnlyList< ExternalParameter > | Entries [get] |
Gets the list of external test plan parameters. | |
External test plan parameters.
|
inline |
Constructor for the ExternalParameters.
plan |
|
inline |
Adds a step property to the external test plan parameters.
step | |
setting | |
Name |
|
inline |
Finds the external parameter that is defined by 'step' and 'property'. If no external parameter is found null is returned.
step | |
property |
|
inline |
Gets an entry by name.
externalParameterName |
|
inline |
Removes a step property from the external parameters.
step | The step owning the property. |
propertyInfo | The property to remove. |
name | Un-used parameter. |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:23