8 references to AssertFormatAsync
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (8)
Formatting\FormattingMultipleSpanTests.cs (8)
30await AssertFormatAsync(content, expected); 35=> await AssertFormatAsync("namespace A/*1*/{}/*2*/ class A {}", "namespace A{ } class A {}"); 52await AssertFormatAsync(content, expected); 70await AssertFormatAsync(content, expected); 88await AssertFormatAsync(content, expected); 106await AssertFormatAsync(content, expected); 131await AssertFormatAsync(code, expected, changedOptionSet: changingOptions); 156await AssertFormatAsync(code, expected, changedOptionSet: changingOptions);