DataDrivenTestCaseRun Method |
Runs the current test case.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public override void Run(
long ThreadId,
Profile profile
)
Public Overrides Sub Run (
ThreadId As Long,
profile As Profile
)
public:
virtual void Run(
long long ThreadId,
Profile^ profile
) override
abstract Run :
ThreadId : int64 *
profile : Profile -> unit
override Run :
ThreadId : int64 *
profile : Profile -> unit
Parameters
- ThreadId
- Type: SystemInt64
The thread id who calls this function. - profile
- Type: Hummingbird.TestFramework.ConfigurationProfile
The profile to be used.
See Also