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
174 TEST_F(FormatTestSelective, IndividualStatementsOfNestedBlocks) { in TEST_F() argument
300 TEST_F(FormatTestSelective, WrongIndent) { in TEST_F() argument
321 TEST_F(FormatTestSelective, AlwaysFormatsEntireMacroDefinitions) { in TEST_F() argument
347 TEST_F(FormatTestSelective, ReformatRegionAdjustsIndent) { in TEST_F() argument
461 TEST_F(FormatTestSelective, UnderstandsTabs) { in TEST_F() argument
494 TEST_F(FormatTestSelective, StopFormattingWhenLeavingScope) { in TEST_F() argument
515 TEST_F(FormatTestSelective, SelectivelyRequoteJavaScript) { in TEST_F() argument