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