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
+15-20Lines changed: 15 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5,36 +5,34 @@ 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">The message sink used for reporting diagnostic messages.</param>
0 commit comments