Lines Matching defs:NamespaceEndCommentsFixerTest
20 class NamespaceEndCommentsFixerTest : public testing::Test { class
56 TEST_F(NamespaceEndCommentsFixerTest, AddsEndComment) { in TEST_F() argument
473 TEST_F(NamespaceEndCommentsFixerTest, WorksForObjCpp) { in TEST_F() argument
487 TEST_F(NamespaceEndCommentsFixerTest, AddsMacroEndComment) { in TEST_F() argument
566 TEST_F(NamespaceEndCommentsFixerTest, AddsNewlineIfNeeded) { in TEST_F() argument
620 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddEndCommentForShortNamespace) { in TEST_F() argument
628 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddCommentAfterUnaffectedRBrace) { in TEST_F() argument
647 TEST_F(NamespaceEndCommentsFixerTest, in TEST_F() argument
659 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidEndComment) { in TEST_F() argument
683 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidMacroEndComment) { in TEST_F() argument
717 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidEndLineComment) { in TEST_F() argument
788 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidMacroEndLineComment) { in TEST_F() argument
878 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidEndBlockComment) { in TEST_F() argument
921 TEST_F(NamespaceEndCommentsFixerTest, UpdatesInvalidMacroEndBlockComment) { in TEST_F() argument
973 TEST_F(NamespaceEndCommentsFixerTest, in TEST_F() argument
993 TEST_F(NamespaceEndCommentsFixerTest, AddsEndCommentForNamespacesAroundMacros) { in TEST_F() argument
1121 TEST_F(NamespaceEndCommentsFixerTest, in TEST_F() argument
1239 TEST_F(NamespaceEndCommentsFixerTest, in TEST_F() argument
1251 TEST_F(NamespaceEndCommentsFixerTest, HandlesInlineAtEndOfLine_PR32438) { in TEST_F() argument
1266 TEST_F(NamespaceEndCommentsFixerTest, IgnoreUnbalanced) { in TEST_F() argument