2 references to _expectations
Microsoft.AspNetCore.WebSockets.ConformanceTests (2)
Autobahn\AutobahnTester.cs (2)
112
var serverExpectation =
_expectations
.FirstOrDefault(e => e.Server == serverResult.Server && e.Ssl == serverResult.Ssl);
176
_expectations
.Add(expectations);