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