TestimoX

API Reference

Enum

BenchmarkSqlExpectationMode

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

Identifies the comparison semantics for a SQL Server result set.

Inheritance

  • Enum
  • BenchmarkSqlExpectationMode

Usage

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

Values

public const BenchmarkSqlExpectationMode NoRows #

The query must return no rows.

Value: 0
public const BenchmarkSqlExpectationMode AnyRowMatches #

At least one returned row must match the expected columns.

Value: 1
public const BenchmarkSqlExpectationMode EveryRowMatches #

Every returned row must match the expected columns.

Value: 2
public const BenchmarkSqlExpectationMode ManualReview #

The source requires human review of the returned evidence.

Value: 3