AutomationProjectLoadAsync Method |
Loads an TestSuite instance from a specified location in asynchronized mode
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Task<AutomationProject> LoadAsync(
string path
)
Public Shared Function LoadAsync (
path As String
) As Task(Of AutomationProject)
public:
static Task<AutomationProject^>^ LoadAsync(
String^ path
)
static member LoadAsync :
path : string -> Task<AutomationProject>
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
TaskAutomationProjectThe
TaskTResult object represents an Automation Project
See Also