TestimoX

API Reference

Interface

IBenchmarkCheckReader

Namespace TestimoX.Benchmarks.Execution
Assembly TestimoX
Modifiers abstract

Reads benchmark checks from a target through an injectable system boundary.

Usage

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

Accepted by parameters

Methods

public abstract BenchmarkCheckState Read(String computerName, BenchmarkCheckDefinition check, BenchmarkHostFacts facts) #
Returns: BenchmarkCheckState

Reads one selected check from a target.

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
facts TestimoX.Benchmarks.Execution.BenchmarkHostFacts requiredposition: 2