ExtractPropertyTestStepRun Method |
Runs this instance. Do not implement StartTime, Duration. Write information in the
Information field, it will be shown in the log automatically.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax protected override void Run()
Protected Overrides Sub Run
protected:
virtual void Run() override
abstract Run : unit -> unit
override Run : unit -> unit
Return Value
Type:
A Message object contains the Request/Response, or
if the test step does not send or receive messages
See Also