CustomTestStep Constructor |
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public CustomTestStep(
Type testStepType
)
Public Sub New (
testStepType As Type
)
public:
CustomTestStep(
Type^ testStepType
)
new :
testStepType : Type -> CustomTestStep
Parameters
- testStepType
- Type: SystemType
Type of the underlying test step.
See Also