mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 08:13:53 +01:00
Collection
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user