Lines Matching refs:FormatTestSelective
20 class FormatTestSelective : public ::testing::Test { class
39 TEST_F(FormatTestSelective, RemovesTrailingWhitespaceOfFormattedLine) { in TEST_F() argument
46 TEST_F(FormatTestSelective, FormatsCorrectRegionForLeadingWhitespace) { in TEST_F() argument
73 TEST_F(FormatTestSelective, FormatLineWhenInvokedOnTrailingNewline) { in TEST_F() argument
82 TEST_F(FormatTestSelective, RemovesWhitespaceWhenTriggeredOnEmptyLine) { in TEST_F() argument
87 TEST_F(FormatTestSelective, ReformatsMovedLines) { in TEST_F() argument
100 TEST_F(FormatTestSelective, FormatsIfWithoutCompoundStatement) { in TEST_F() argument
107 TEST_F(FormatTestSelective, FormatsCommentsLocally) { in TEST_F() argument
180 TEST_F(FormatTestSelective, ContinueReindenting) { in TEST_F() argument
198 TEST_F(FormatTestSelective, ReindentClosingBrace) { in TEST_F() argument
246 TEST_F(FormatTestSelective, IndividualStatementsOfNestedBlocks) { in TEST_F() argument
372 TEST_F(FormatTestSelective, WrongIndent) { in TEST_F() argument
393 TEST_F(FormatTestSelective, AlwaysFormatsEntireMacroDefinitions) { in TEST_F() argument
419 TEST_F(FormatTestSelective, ReformatRegionAdjustsIndent) { in TEST_F() argument
533 TEST_F(FormatTestSelective, UnderstandsTabs) { in TEST_F() argument
566 TEST_F(FormatTestSelective, StopFormattingWhenLeavingScope) { in TEST_F() argument
587 TEST_F(FormatTestSelective, SelectivelyRequoteJavaScript) { in TEST_F() argument
598 TEST_F(FormatTestSelective, KeepsIndentAfterCommentSectionImport) { in TEST_F() argument
606 TEST_F(FormatTestSelective, DontAssert) { in TEST_F() argument