TestimoX

API Reference

Class

BenchmarkPackImportResult

Namespace TestimoX.Benchmarks.Import
Assembly TestimoX
Modifiers sealed

Describes a completed native benchmark pack import.

Inheritance

  • Object
  • BenchmarkPackImportResult

Usage

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

Constructors

Properties

public BenchmarkPack Pack { get; set; } #

Gets or sets the imported pack.

public String Path { get; set; } #

Gets or sets the absolute stored pack path.

public Boolean Downloaded { get; set; } #

Gets or sets whether source files were downloaded during the operation.

public List<BenchmarkPackIssue> ValidationIssues { get; set; } #

Gets or sets validation warnings and errors produced after import.