5 references to AssertFormatAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Formatting\FormattingEngineTests.cs (4)
1455=> AssertFormatAsync(""" 1501=> AssertFormatAsync(""" 1555await AssertFormatAsync(expected, $""" 1560await AssertFormatAsync(expected, expected, spans: null);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Formatting\CoreFormatterTestsBase.cs (1)
276await AssertFormatAsync(expected, code, spans, options, baseIndentation);