TestimoX

API Reference

Interface

IBenchmarkTargetDiscoverer

Namespace TestimoX.Benchmarks.Providers
Assembly TestimoX
Modifiers abstract

Enriches a credential-free target definition with live product facts.

Methods

public abstract Boolean CanDiscover(BenchmarkTarget target) #
Returns: Boolean

Returns whether this provider can discover the supplied target kind.

Parameters

target TestimoX.Benchmarks.Targets.BenchmarkTarget requiredposition: 0
public abstract BenchmarkTarget Discover(BenchmarkTarget target) #
Returns: BenchmarkTarget

Collects non-secret product facts and returns the enriched target.

Parameters

target TestimoX.Benchmarks.Targets.BenchmarkTarget requiredposition: 0