The Gallio.Reports namespace provides report formatters for common Gallio test report types.

Classes

  ClassDescription
BaseReportFormatter
Abstract base class for report formatters.
MHtmlReportFormatter

Formats MIME HTML archive reports similar to the web archives generated by Internet Explorer. The report can then be sent to recipients as a single file.

Unfortunately the format is non-standard and cannot be read by most other browsers.

ReportResourcesInstaller
Installs derived resources for reports such as test framework icons.
VtlReportFormatter
Generic report formatter based on the Castle NVelocity template engine.
XmlReportFormatter
Formats reports as Xml.
XsltReportFormatter

Generic XSLT report formatter.

Recognizes the following options:

  • AttachmentContentDispositionOverrides the default attachment content disposition for the format. The content disposition may be "Absent" to exclude attachments, "Link" to include attachments by reference to external files, or "Inline" to include attachments as inline content within the formatted document. Different formats use different default content dispositions.