Lines Matching refs:FormatTestSelective
21 class FormatTestSelective : public ::testing::Test { class
40 TEST_F(FormatTestSelective, RemovesTrailingWhitespaceOfFormattedLine) { in TEST_F() argument
47 TEST_F(FormatTestSelective, FormatsCorrectRegionForLeadingWhitespace) { in TEST_F() argument
74 TEST_F(FormatTestSelective, FormatLineWhenInvokedOnTrailingNewline) { in TEST_F() argument
83 TEST_F(FormatTestSelective, RemovesWhitespaceWhenTriggeredOnEmptyLine) { in TEST_F() argument
88 TEST_F(FormatTestSelective, ReformatsMovedLines) { in TEST_F() argument
101 TEST_F(FormatTestSelective, FormatsIfWithoutCompoundStatement) { in TEST_F() argument
108 TEST_F(FormatTestSelective, FormatsCommentsLocally) { in TEST_F() argument
167 TEST_F(FormatTestSelective, IndividualStatementsOfNestedBlocks) { in TEST_F() argument
276 TEST_F(FormatTestSelective, WrongIndent) { in TEST_F() argument
297 TEST_F(FormatTestSelective, AlwaysFormatsEntireMacroDefinitions) { in TEST_F() argument
323 TEST_F(FormatTestSelective, ReformatRegionAdjustsIndent) { in TEST_F() argument
437 TEST_F(FormatTestSelective, UnderstandsTabs) { in TEST_F() argument
470 TEST_F(FormatTestSelective, StopFormattingWhenLeavingScope) { in TEST_F() argument