AutomatedTestReportImport Method  | 
 
            Imports a Automated Test Report from a file (*.APR).
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Report
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic static Task<AutomatedTestReport> Import(
	string filename
)
Public Shared Function Import ( 
	filename As String
) As Task(Of AutomatedTestReport)
public:
static Task<AutomatedTestReport^>^ Import(
	String^ filename
)
static member Import : 
        filename : string -> Task<AutomatedTestReport> 
Parameters
- filename
 - Type: SystemString
The filename. 
Return Value
Type: 
TaskAutomatedTestReportAn 
AutomatedTestReport object represents a test report from the given filename.
See Also