A generic type that specifies input properties for a TestStep. The user can link this property to properties on other TestSteps that are marked with the OutputAttribute When used in a TestStep, Input value should always be set in the constructor.
More...
|
IMemberData | Property [getset] |
| Describes the output property on the Step to which this Input is connected.
|
|
string? | PropertyName [getset] |
| Gets or sets the name of the property to which this Input is connected. Used for serialization.
|
|
ITestStep | Step [getset] |
| Gets or sets the TestStep that has the output property to which this Input is connected.
|
|
T | Value [get] |
| Gets the value of the connected output property. More...
|
|
ITestStep | Step [getset] |
| Gets or sets the TestStep that has the output property to which this Input is connected.
|
|
IMemberData | Property [getset] |
| Describes the OutputAttribute property on the Step to which this Input is connected.
|
|
A generic type that specifies input properties for a TestStep. The user can link this property to properties on other TestSteps that are marked with the OutputAttribute When used in a TestStep, Input value should always be set in the constructor.
- Template Parameters
-
◆ Equals()
Compares one Input to another.
- Parameters
-
- Returns
◆ GetHashCode()
Gets the hash code.
- Returns
◆ operator!=()
Compares two Input for inequality.
- Returns
◆ operator==()
Compares two Input for equality.
- Returns
◆ SupportsType()
◆ ToString()
Converts the value of this instance to its equivalent string representation.
- Returns
- The string representation of the value of this instance.
◆ Value
Gets the value of the connected output property.
- Exceptions
-
Exception | Thrown when this Input does not contain a reference to a TestStep output. |