Initialize a new XUnit test reporter.
XUnit
https://mochajs.org/api/Mocha.reporters.XUnit.html
Use the overload that accepts Mocha.Runner instead.
Mocha.Runner
Override done to close the stream (if it's a file).
https://mochajs.org/api/Mocha.reporters.XUnit.html#done
Output tag for the given test.
test.
https://mochajs.org/api/Mocha.reporters.XUnit.html#test
Write out the given line.
https://mochajs.org/api/Mocha.reporters.XUnit.html#write
Generated using TypeDoc
Initialize a new
XUnit
test reporter.https://mochajs.org/api/Mocha.reporters.XUnit.html