TestimoX

API Reference

Interface

IBenchmarkControlProvider

Namespace TestimoX.Benchmarks.Providers
Assembly TestimoX
Modifiers abstract

Defines a discoverable target-aware benchmark evidence and change provider.

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 Boolean CanHandle(BenchmarkTarget target, BenchmarkCheckDefinition check) #
Returns: Boolean

Returns whether this provider owns the supplied target and check binding.

Parameters

target TestimoX.Benchmarks.Targets.BenchmarkTarget requiredposition: 0
check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 1

Properties

public abstract BenchmarkProviderDescriptor Descriptor { get; } #

Gets provider metadata and supported operations.