TestimoX

API Reference

Interface

IConfigurationProvider

Namespace TestimoX.Configuration.Providers
Assembly TestimoX
Modifiers abstract

Provides configuration values for TestimoConfiguration.

Methods

public abstract Void Load(String[] args = null) #
Returns: Void

Loads configuration values into TestimoConfiguration. Providers should be idempotent and ignore unknown arguments.

Parameters

args System.String[] = null optionalposition: 0
Optional arguments supplied by the host (provider-specific).