3 references to Startup
Microsoft.AspNetCore.SignalR.Tests (3)
NativeAotTests.cs (3)
29
await using (var server = await InProcessTestServer<
Startup
<AsyncMethodHub>>.StartServer(loggerFactory))
148
var e = await Assert.ThrowsAsync<InvalidOperationException>(() => InProcessTestServer<
Startup
<ChannelValueTypeMethodHub>>.StartServer(NullLoggerFactory.Instance));
154
var e = await Assert.ThrowsAsync<InvalidOperationException>(() => InProcessTestServer<
Startup
<EnumerableValueTypeMethodHub>>.StartServer(NullLoggerFactory.Instance));