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