5 references to AssertCompilationContainsGeneratedFilesAsync
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
SolutionTests\SolutionWithSourceGeneratorTests.cs (5)
288
await
AssertCompilationContainsGeneratedFilesAsync
(project, expectedGeneratedContents: new string[] { });
294
await
AssertCompilationContainsGeneratedFilesAsync
(project, "// Hello, world!");
299
await
AssertCompilationContainsGeneratedFilesAsync
(project, "// Hello, everyone!");
304
await
AssertCompilationContainsGeneratedFilesAsync
(project, "// Good evening, everyone!");
308
await
AssertCompilationContainsGeneratedFilesAsync
(project, expectedGeneratedContents: new string[] { });