3 references to AssertSmartIndent
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\Indentation\SmartIndenterTests.cs (3)
3352AssertSmartIndent(
3719AssertSmartIndent(code, indentationLine, expectedIndentation, useTabs: false, options, indentStyle);
3720AssertSmartIndent(code.Replace(" ", "\t"), indentationLine, expectedIndentation, useTabs: true, options, indentStyle);