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