TestimoX

API Reference

Interface

IProgressRendererFactory

Namespace TestimoX.Execution.Progress
Assembly TestimoX
Modifiers abstract

Factory that chooses a renderer for the current host/environment.

Methods

public abstract IProgressRenderer Create(ProgressMode mode) #
Returns: IProgressRenderer

Creates a renderer for the specified mode and current host.

Parameters

mode TestimoX.Execution.Progress.ProgressMode requiredposition: 0
Preferred progress mode.

Returns

An initialized progress renderer.