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