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