TestimoX

API Reference

Class

BenchmarkTabularResult

Namespace TestimoX.Benchmarks.Execution
Assembly TestimoX
Modifiers sealed

Contains provider-neutral tabular evidence with stable column order for evaluation and reporting.

Inheritance

  • Object
  • BenchmarkTabularResult

Usage

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

Constructors

Properties

public List<String> Columns { get; set; } #

Gets or sets result column names in provider order.

public List<BenchmarkTabularRow> Rows { get; set; } #

Gets or sets result rows.