11 references to AssertFormatWithView
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (11)
Formatting\FormattingEngineTests.cs (11)
70AssertFormatWithView(expected, code); 2173AssertFormatWithView(expected, code, new OptionsCollection(LanguageNames.CSharp) { { GenerationOptions.SeparateImportDirectiveGroups, true } }); 2202AssertFormatWithView(expected, code, new OptionsCollection(LanguageNames.CSharp) { { GenerationOptions.SeparateImportDirectiveGroups, true } }); 2223AssertFormatWithView(expected, code, new OptionsCollection(LanguageNames.CSharp) { { GenerationOptions.SeparateImportDirectiveGroups, true } }); 2245AssertFormatWithView(expected, code, new OptionsCollection(LanguageNames.CSharp) { { GenerationOptions.SeparateImportDirectiveGroups, true } }); 2267AssertFormatWithView(expected, code, new OptionsCollection(LanguageNames.CSharp) { { GenerationOptions.SeparateImportDirectiveGroups, true } }); 2297AssertFormatWithView(expected, code); 2350AssertFormatWithView(expected, code); 2371AssertFormatWithView(expected, code); 2392AssertFormatWithView(expected, code); 2584AssertFormatWithView(expected, code);