TestimoX

API Reference

Class

ComputerXBenchmarkCheckWriter

Namespace TestimoX.Benchmarks.Transactions
Assembly TestimoX
Modifiers sealed

Applies and restores benchmark settings through existing ComputerX write primitives.

Inheritance

  • Object
  • ComputerXBenchmarkCheckWriter

Usage

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

Accepted by parameters

Constructors

public ComputerXBenchmarkCheckWriter() #

Initializes the ComputerX-backed writer.

Methods

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

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
facts TestimoX.Benchmarks.Execution.BenchmarkHostFacts requiredposition: 2
public virtual BenchmarkCheckState ReadCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, BenchmarkHostFacts facts) #
Returns: BenchmarkCheckState

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue requiredposition: 2
facts TestimoX.Benchmarks.Execution.BenchmarkHostFacts requiredposition: 3
public virtual BenchmarkWriteResult Restore(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before) #
Returns: BenchmarkWriteResult

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue requiredposition: 2
public virtual BenchmarkWriteResult Write(String computerName, BenchmarkCheckDefinition check, Object value) #
Returns: BenchmarkWriteResult

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
value System.Object requiredposition: 2
public virtual BenchmarkWriteResult WriteCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, Object value) #
Returns: BenchmarkWriteResult

Parameters

computerName System.String requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1
before TestimoX.Benchmarks.Transactions.BenchmarkBackupValue requiredposition: 2
value System.Object requiredposition: 3