Collection

This commit is contained in:
Stef Heyenrath
2026-02-25 18:41:57 +01:00
parent 8a08be8695
commit 868fd6abf5
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ using WireMock.Settings;
namespace WireMock.Net.Tests.WebSockets;
[Collection(nameof(WebSocketIntegrationTests))]
public class WebSocketIntegrationTests(ITestOutputHelper output, ITestContextAccessor testContext)
{
private readonly CancellationToken _ct = testContext.Current.CancellationToken;

View File

@@ -10,6 +10,7 @@ using WireMock.Settings;
namespace WireMock.Net.Tests.WebSockets;
[Collection(nameof(WireMockServerWebSocketIntegrationTests))]
public class WireMockServerWebSocketIntegrationTests(ITestOutputHelper output, ITestContextAccessor testContext)
{
private readonly CancellationToken _ct = testContext.Current.CancellationToken;