1 write to _testLogger
Microsoft.VisualStudio.Razor.IntegrationTests (1)
AbstractRazorEditorTest.cs (1)
43
_testLogger
= await TestServices.Output.SetupIntegrationTestLoggerAsync(_testOutput, ControlledHangMitigatingCancellationToken);
4 references to _testLogger
Microsoft.VisualStudio.Razor.IntegrationTests (4)
AbstractRazorEditorTest.cs (4)
35
private protected virtual ILogger Logger =>
_testLogger
.AssumeNotNull();
45
_testLogger
.LogInformation($"#### Razor integration test initialize.");
80
_testLogger
.LogInformation($"#### Razor integration test initialize finished.");
132
_testLogger
!.LogInformation($"#### Razor integration test dispose.");