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