TestimoX

API Reference

Interface

IBenchmarkCapturedCheckWriter

Namespace TestimoX.Benchmarks.Transactions
Assembly TestimoX
Modifiers abstract

Extends a computer-name writer with exact captured-target reads and writes.

Methods

public abstract BenchmarkCheckState ReadCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, BenchmarkHostFacts facts) #
Returns: BenchmarkCheckState

Reads the exact profile targets stored in a backup.

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 abstract BenchmarkWriteResult WriteCaptured(String computerName, BenchmarkCheckDefinition check, BenchmarkBackupValue before, Object value) #
Returns: BenchmarkWriteResult

Writes against the exact profile targets stored in a backup.

Parameters

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