5 references to AssertFormatAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Formatting\FormattingEngineTests.cs (4)
1630await AssertFormatAsync(expected, code, spans: null); 1677await AssertFormatAsync(expected, code, spans: null); 1693await AssertFormatAsync(expected, code, spans: null); 1694await AssertFormatAsync(expected, expected, spans: null);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Formatting\CoreFormatterTestsBase.cs (1)
278await AssertFormatAsync(expected, code, spans, options, baseIndentation);