3 references to AssertFormatAsync
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (3)
Formatting\CSharpFormattingTestBase.cs (2)
27
return
AssertFormatAsync
(code, code, [new TextSpan(0, code.Length)], changedOptionSet, testWithTransformation, parseOptions);
37
return
AssertFormatAsync
(expected, code, [new TextSpan(0, code.Length)], changedOptionSet, testWithTransformation, parseOptions);
Formatting\FormattingMultipleSpanTests.cs (1)
165
return
AssertFormatAsync
(expected, tuple.Item1, tuple.Item2, changedOptionSet: changedOptionSet);