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