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