TestimoX

API Reference

Enum

BenchmarkReportFormat

Namespace TestimoX.Reporting.Benchmarks
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies a benchmark report artifact format.

Inheritance

  • Enum
  • BenchmarkReportFormat

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const BenchmarkReportFormat Html #

Interactive HtmlForgeX HTML report.

Value: 0
public const BenchmarkReportFormat Word #

Editable Microsoft Word document.

Value: 1
public const BenchmarkReportFormat Excel #

Editable Microsoft Excel workbook.

Value: 2
public const BenchmarkReportFormat PowerPoint #

Editable Microsoft PowerPoint deck.

Value: 3
public const BenchmarkReportFormat Json #

Machine-readable JSON evidence.

Value: 4