1 instantiation of TestableConnection
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
DefaultRequestDispatcherTest.cs (1)
451
return new
TestableConnection
(stream, identifier ?? "identifier");
8 references to TestableConnection
Microsoft.NET.Sdk.Razor.Tool.Tests (8)
DefaultRequestDispatcherTest.cs (8)
28
var
connection = CreateConnection(stream);
55
var
connection = CreateConnection(stream.Object);
139
var
connection = CreateConnection(stream);
163
var
connection = CreateConnection(stream);
187
var
connection = CreateConnection(Mock.Of<Stream>());
449
private static
TestableConnection
CreateConnection(Stream stream, string identifier = null)
454
private static async Task<Connection> CreateConnectionWithEmptyServerRequest(Action<
TestableConnection
> configureConnection = null)
459
var
connection = CreateConnection(memoryStream);