3 references to AssertFormatAsync
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (3)
Formatting\CSharpFormattingTestBase.cs (2)
33
return
AssertFormatAsync
(code, code, SpecializedCollections.SingletonEnumerable(new TextSpan(0, code.Length)), debugMode, changedOptionSet, testWithTransformation, parseOptions);
44
return
AssertFormatAsync
(expected, code, SpecializedCollections.SingletonEnumerable(new TextSpan(0, code.Length)), debugMode, changedOptionSet, testWithTransformation, parseOptions);
Formatting\FormattingMultipleSpanTests.cs (1)
176
return
AssertFormatAsync
(expected, tuple.Item1, tuple.Item2, changedOptionSet: changedOptionSet);