14 references to TestResources
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (14)
QuicConnectionListenerTests.cs (5)
118
var testCert =
TestResources
.GetTestCertificate();
246
options.ServerCertificate =
TestResources
.GetTestCertificate();
310
options.ServerCertificate =
TestResources
.GetTestCertificate();
345
options.ServerCertificate =
TestResources
.GetTestCertificate();
438
options.ServerCertificate =
TestResources
.GetTestCertificate();
QuicTestHelpers.cs (1)
82
var cert =
TestResources
.GetTestCertificate();
WebHostTests.cs (8)
60
httpsOptions.ServerCertificate =
TestResources
.GetTestCertificate();
112
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
117
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
152
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
189
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
227
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
298
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
393
listenOptions.UseHttps(
TestResources
.GetTestCertificate());