Namespace: MbUnit.Core.Reports
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class DoxReport : ReportBase
Public NotInheritable Class DoxReport _ Inherits ReportBase
public ref class DoxReport sealed : public ReportBase
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DoxReport()()() | ||
| 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.) | |
| Pretifier | ||
| Render(ReportResult) | (Inherited from ReportBase.) | |
| Render(ReportResult, TextWriter) | (Overrides ReportBase..::.Render(ReportResult, TextWriter).) | |
| Render(ReportResult, String) |
Render the report result to a file
(Inherited from ReportBase.) | |
| 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.) | |
| RenderToDox(ReportResult) | ||
| RenderToDox(ReportResult, String) | ||
| RenderToDox(ReportResult, String, String) | ||
| ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
See Also
MbUnit.Core.Reports Namespace