XML Report.
Namespace: MbUnit.Core.Reports
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class XmlReport : XslTransformReport
Public NotInheritable Class XmlReport _ Inherits XslTransformReport
public ref class XmlReport sealed : public XslTransformReport
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| XmlReport()()() | ||
| DefaultExtension | (Inherited from ReportBase.) | |
| DefaultNameFormat | (Inherited from ReportBase.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFileName(ReportResult, String, String, String) | (Inherited from ReportBase.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Render(ReportResult) | (Inherited from ReportBase.) | |
| Render(ReportResult, String) |
Render the report result to a file
(Inherited from ReportBase.) | |
| Render(ReportResult, TextWriter) | (Inherited from XslTransformReport.) | |
| Render(ReportResult, String, String) |
Render the report result to a file
(Inherited from ReportBase.) | |
| Render(ReportResult, String, String, String) |
Render the report result to a file
(Inherited from ReportBase.) | |
| RenderToXml(ReportResult) | ||
| RenderToXml(ReportResult, TextWriter) | ||
| RenderToXml(ReportResult, String, String) | ||
| RenderToXml(ReportResult, String, String, String) | ||
| ToString()()() | (Inherited from Object.) | |
| Transform | (Inherited from XslTransformReport.) |
Inheritance Hierarchy
System..::.Object
MbUnit.Core.Reports..::.ReportBase
MbUnit.Core.Reports..::.XslTransformReport
MbUnit.Core.Reports..::.XmlReport
MbUnit.Core.Reports..::.ReportBase
MbUnit.Core.Reports..::.XslTransformReport
MbUnit.Core.Reports..::.XmlReport
See Also
MbUnit.Core.Reports Namespace