3 references to TestServer
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
85
:
this
(builder, CreateTestFeatureCollection())
Microsoft.AspNetCore.TestHost.Tests (2)
TestServerTests.cs (2)
345
new
TestServer
(builder, featureCollection);
382
Assert.Throws<ArgumentNullException>(() => new
TestServer
(builder, null));