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