menu
gherkin_widget_extension package
documentation
reporters/xml_reporter.dart
XmlReporter
XmlReporter constructor
XmlReporter constructor
dark_mode
light_mode
XmlReporter
constructor
XmlReporter
(
{
String
outputFilename
=
'junit-report.xml'
,
required
String
dirRoot
,
})
Implementation
XmlReporter( {this.outputFilename = 'junit-report.xml', required this.dirRoot});
gherkin_widget_extension package
documentation
reporters/xml_reporter
XmlReporter
XmlReporter constructor
XmlReporter class