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