OpenTAP 9.25
API Reference
|
Represent an external test plan parameters that can be defined when a test plan is loaded. More...
Public Member Functions | |
List< IMemberData > | GetProperties (ITestStep step) |
Gets the property that is bound by the step with ID step. More... | |
ExternalParameter (TestPlan Plan, string Name) | |
Constructor for the ExternalParameter. More... | |
void | Add (ITestStep step, IMemberData property) |
Adds a property to the external parameters. More... | |
void | Remove (ITestStep step) |
Removes a step from the external parameters. More... | |
Properties | |
string | Name [get] |
The name of this parameter. | |
IEnumerable< KeyValuePair< ITestStep, IEnumerable< IMemberData > > > | Properties [get] |
Maps test step to member data. | |
IEnumerable< IMemberData > | PropertyInfos [get] |
Gets the list of PropertyInfos associated with this mask entry. | |
object | Value [getset] |
Gets or sets the value of the combined properties. This requires the types to be the same or IConvertibles. | |
Represent an external test plan parameters that can be defined when a test plan is loaded.
|
inline |
Constructor for the ExternalParameter.
Plan | |
Name |
|
inline |
Adds a property to the external parameters.
step | |
property |
|
inline |
Gets the property that is bound by the step with ID step.
step |
|
inline |
Removes a step from the external parameters.
step |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:23