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
Copy file name to clipboardExpand all lines: src/Testcontainers.Xunit/ContainerFixture.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ namespace Testcontainers.Xunit;
5
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
6
/// A logger is automatically configured to write diagnostic messages to xUnit's <see cref="IMessageSink" />.
7
7
/// </summary>
8
+
/// <param name="messageSink">An optional <see cref="IMessageSink"/> where the logs are written to. Pass <c>null</c> to ignore logs.</param>
/// It is the responsibility of the caller to properly dispose the connection returned by this method. Failure to do so may result in a connection leak.
28
28
/// </remarks>
29
-
/// <returns>A new, open connection to the database represented.</returns>
29
+
/// <returns>A new, open connection to the database.</returns>
0 commit comments