DotNetScriptTestStepBaseRun Method |
Runs this instance.
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
Exceptions Exception | Condition |
---|
Exception | There is no entry point defined to your test step, The class must derives from Hummingbird.TestFramework.Automation.ScriptTestStepBase |
See Also