2 references to AssertResetInteractiveAsync
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
Interactive\Commands\ResetInteractiveTests.cs (2)
63
await
AssertResetInteractiveAsync
(workspace, project, buildSucceeds: true, expectedReferences: expectedReferences, expectedUsings: expectedUsings);
66
await
AssertResetInteractiveAsync
(workspace, project, buildSucceeds: false, expectedReferences: new List<string>());