AutomatedTestReportExportNUnit Method |
Exports the test report compatible with NUnit-3 test result
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public void ExportNUnit(
string filename
)
Public Sub ExportNUnit (
filename As String
)
public:
void ExportNUnit(
String^ filename
)
member ExportNUnit :
filename : string -> unit
Parameters
- filename
- Type: SystemString
The filename of the report name to be generated, Default name is TEST-Report.xml
See Also