IConfigurationSourceTest Interface

This interface supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Augmented version of the IConfigurationSource interface intended to be used by unit tests.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Interface IConfigurationSourceTest _
    Implements IConfigurationSource, IDisposable
public interface IConfigurationSourceTest : IConfigurationSource, 
    IDisposable
public interface class IConfigurationSourceTest : IConfigurationSource, 
    IDisposable
public interface IConfigurationSourceTest extends IConfigurationSource, IDisposable

See Also

IConfigurationSourceTest Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace