3 references to EndToEndTestsCollection
Microsoft.AspNetCore.SignalR.Tests (3)
EndToEndTests.cs (2)
30
public const string Name = nameof(
EndToEndTestsCollection
);
33
[Collection(
EndToEndTestsCollection
.Name)]
WebSocketsTransportTests.cs (1)
23
[Collection(
EndToEndTestsCollection
.Name)]