3 references to VerifySolutionUpdate
Roslyn.VisualStudio.Next.UnitTests (3)
Services\SolutionServiceTests.cs (3)
159
await
VerifySolutionUpdate
(code, s => s.WithDocumentText(s.Projects.First().DocumentIds.First(), SourceText.From(code + " ")));
295
await
VerifySolutionUpdate
(code, s => s.WithDocumentFolders(s.Projects.First().Documents.First().Id, ["test"]));
303
await
VerifySolutionUpdate
(code, s =>