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