You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Fixture for sharing a container instance across multiple tests in a single class.
5
+
/// See <a href="https://xunit.net/docs/shared-context">Shared Context between Tests</a> from xUnit.net documentation for more information about fixtures.
6
+
/// A logger is automatically configured to write diagnostic messages to xUnit's <see cref="IMessageSink"/>.
/// Fixture for sharing a database container instance across multiple tests in a single class.
5
+
/// See <a href="https://xunit.net/docs/shared-context">Shared Context between Tests</a> from xUnit.net documentation for more information about fixtures.
6
+
/// A logger is automatically configured to write diagnostic messages to xUnit's <see cref="IMessageSink"/>.
varconnection=_dbProviderFactory.CreateConnection()??thrownewInvalidOperationException($"DbProviderFactory.CreateConnection() returned null for {_dbProviderFactory}");
0 commit comments