Interface ITmpDatabaseNameFixtureOptions
- Namespace
- FEFF.TestFixtures.AspNetCore
- Assembly
- FEFF.TestFixtures.AspNetCore.dll
Defines the contract for configuration options for TmpDatabaseNameFixture<TEntryPoint, TOptionsFixture>.
public interface ITmpDatabaseNameFixtureOptions
Properties
ConnectionStringNames
Gets the names of connection strings that should be patched with unique database names.
IReadOnlyCollection<string> ConnectionStringNames { get; }
Property Value
- IReadOnlyCollection<string>
A read-only collection of connection string names.