Lines Matching refs:TEST_F

56 TEST_F(SortIncludesTest, BasicSorting) {  in TEST_F()  function
73 TEST_F(SortIncludesTest, TrailingComments) { in TEST_F() function
88 TEST_F(SortIncludesTest, SortedIncludesUsingSortPriorityAttribute) { in TEST_F() function
145 TEST_F(SortIncludesTest, SortPriorityNotDefined) { in TEST_F() function
159 TEST_F(SortIncludesTest, NoReplacementsForValidIncludes) { in TEST_F() function
170 TEST_F(SortIncludesTest, MainFileHeader) { in TEST_F() function
187 TEST_F(SortIncludesTest, SortedIncludesInMultipleBlocksAreMerged) { in TEST_F() function
209 TEST_F(SortIncludesTest, SupportClangFormatOff) { in TEST_F() function
249 TEST_F(SortIncludesTest, SupportClangFormatOffCStyle) { in TEST_F() function
287 TEST_F(SortIncludesTest, IncludeSortingCanBeDisabled) { in TEST_F() function
298 TEST_F(SortIncludesTest, MixIncludeAndImport) { in TEST_F() function
307 TEST_F(SortIncludesTest, FixTrailingComments) { in TEST_F() function
316 TEST_F(SortIncludesTest, LeadingWhitespace) { in TEST_F() function
333 TEST_F(SortIncludesTest, TrailingWhitespace) { in TEST_F() function
344 TEST_F(SortIncludesTest, GreaterInComment) { in TEST_F() function
353 TEST_F(SortIncludesTest, SortsLocallyInEachBlock) { in TEST_F() function
365 TEST_F(SortIncludesTest, SortsAllBlocksWhenMerging) { in TEST_F() function
376 TEST_F(SortIncludesTest, CommentsAlwaysSeparateGroups) { in TEST_F() function
407 TEST_F(SortIncludesTest, HandlesAngledIncludesAsSeparateBlocks) { in TEST_F() function
438 TEST_F(SortIncludesTest, RegroupsAngledIncludesInSeparateBlocks) { in TEST_F() function
451 TEST_F(SortIncludesTest, HandlesMultilineIncludes) { in TEST_F() function
461 TEST_F(SortIncludesTest, HandlesTrailingCommentsWithAngleBrackets) { in TEST_F() function
475 TEST_F(SortIncludesTest, LeavesMainHeaderFirst) { in TEST_F() function
551 TEST_F(SortIncludesTest, LeavesMainHeaderFirstInAdditionalExtensions) { in TEST_F() function
602 TEST_F(SortIncludesTest, RecognizeMainHeaderInAllGroups) { in TEST_F() function
616 TEST_F(SortIncludesTest, MainHeaderIsSeparatedWhenRegroupping) { in TEST_F() function
631 TEST_F(SortIncludesTest, SupportOptionalCaseSensitiveSorting) { in TEST_F() function
674 TEST_F(SortIncludesTest, SupportCaseInsensitiveMatching) { in TEST_F() function
697 TEST_F(SortIncludesTest, SupportOptionalCaseSensitiveMachting) { in TEST_F() function
747 TEST_F(SortIncludesTest, NegativePriorities) { in TEST_F() function
768 TEST_F(SortIncludesTest, PriorityGroupsAreSeparatedWhenRegroupping) { in TEST_F() function
797 TEST_F(SortIncludesTest, CalculatesCorrectCursorPosition) { in TEST_F() function
810 TEST_F(SortIncludesTest, CalculatesCorrectCursorPositionWithRegrouping) { in TEST_F() function
825 TEST_F(SortIncludesTest, DeduplicateIncludes) { in TEST_F() function
861 TEST_F(SortIncludesTest, SortAndDeduplicateIncludes) { in TEST_F() function
897 TEST_F(SortIncludesTest, CalculatesCorrectCursorPositionAfterDeduplicate) { in TEST_F() function
920 TEST_F(SortIncludesTest, DeduplicateLocallyInEachBlock) { in TEST_F() function
934 TEST_F(SortIncludesTest, ValidAffactedRangesAfterDeduplicatingIncludes) { in TEST_F() function
949 TEST_F(SortIncludesTest, DoNotSortLikelyXml) { in TEST_F() function
961 TEST_F(SortIncludesTest, DoNotOutputReplacementsForSortedBlocksWithRegrouping) { in TEST_F() function
971 TEST_F(SortIncludesTest, in TEST_F() function
980 TEST_F(SortIncludesTest, DoNotRegroupGroupsInGoogleObjCStyle) { in TEST_F() function
991 TEST_F(SortIncludesTest, DoNotTreatPrecompiledHeadersAsFirstBlock) { in TEST_F() function
1030 TEST_F(SortIncludesTest, skipUTF8ByteOrderMarkMerge) { in TEST_F() function
1048 TEST_F(SortIncludesTest, skipUTF8ByteOrderMarkPreserve) { in TEST_F() function
1067 TEST_F(SortIncludesTest, MergeLines) { in TEST_F() function
1082 TEST_F(SortIncludesTest, DisableFormatDisablesIncludeSorting) { in TEST_F() function
1092 TEST_F(SortIncludesTest, DisableRawStringLiteralSorting) { in TEST_F() function