API Reference
Interface
IBenchmarkControlProvider
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:
BooleanReturns whether this provider owns the supplied target and check binding.
Parameters
- target TestimoX.Benchmarks.Targets.BenchmarkTarget
- check TestimoX.Benchmarks.BenchmarkCheckDefinition
Properties
public abstract BenchmarkProviderDescriptor Descriptor { get; } #Gets provider metadata and supported operations.