TestimoX

API Reference

Class

BenchmarkPackIssue

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Describes a validation issue in a benchmark pack.

Inheritance

  • Object
  • BenchmarkPackIssue

Usage

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

Constructors

public BenchmarkPackIssue(BenchmarkPackIssueSeverity severity, String path, String message) #

Initializes a new validation issue.

Parameters

severity TestimoX.Benchmarks.BenchmarkPackIssueSeverity requiredposition: 0
path System.String requiredposition: 1
message System.String requiredposition: 2

Properties

public BenchmarkPackIssueSeverity Severity { get; } #

Gets the issue severity.

public String Path { get; } #

Gets the logical pack path associated with the issue.

public String Message { get; } #

Gets the validation message.