Class ConfigurationSettingsTestCase
Base class for testing configuration settings.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Configuration
Assembly: Lucene.Net.TestFramework.dll
Syntax
[CLSCompliant(false)]
public abstract class ConfigurationSettingsTestCase : LuceneTestCase
Properties
| Improve this Doc View SourceConfigurationSettings
Declaration
[CLSCompliant(false)]
public ConfigurationSettingsTestCase.IConfigurationSettings ConfigurationSettings { get; }
Property Value
Type | Description |
---|---|
ConfigurationSettingsTestCase.IConfigurationSettings |
Methods
| Improve this Doc View SourceBeforeClass()
Declaration
public override void BeforeClass()
Overrides
| Improve this Doc View SourceLoadConfiguration()
Declaration
protected abstract IConfiguration LoadConfiguration()
Returns
Type | Description |
---|---|
Microsoft.Extensions.Configuration.IConfiguration |