3 references to WaitForProblemAsync
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
DiagnosticsTests.cs (3)
27
await TestServices.Diagnostics.
WaitForProblemAsync
("CS1002", timeout: TimeSpan.FromSeconds(5));
81
await TestServices.Diagnostics.
WaitForProblemAsync
("RZ1034", timeout: TimeSpan.FromSeconds(5));
101
await TestServices.Diagnostics.
WaitForProblemAsync
("RZ9980", timeout: TimeSpan.FromSeconds(5));