Lines Matching defs:FormatTestSelective
1 //===- unittest/Format/FormatTestSelective.cpp - Formatting unit tests ----===//
20 class FormatTestSelective : public testing::Test {
39 TEST_F(FormatTestSelective, RemovesTrailingWhitespaceOfFormattedLine) {
46 TEST_F(FormatTestSelective, FormatsCorrectRegionForLeadingWhitespace) {
73 TEST_F(FormatTestSelective, FormatLineWhenInvokedOnTrailingNewline) {
82 TEST_F(FormatTestSelective, RemovesWhitespaceWhenTriggeredOnEmptyLine) {
87 TEST_F(FormatTestSelective, ReformatsMovedLines) {
100 TEST_F(FormatTestSelective, FormatsIfWithoutCompoundStatement) {
107 TEST_F(FormatTestSelective, FormatsCommentsLocally) {
180 TEST_F(FormatTestSelective, ContinueReindenting) {
198 TEST_F(FormatTestSelective, ReindentClosingBrace) {
246 TEST_F(FormatTestSelective, IndividualStatementsOfNestedBlocks) {
372 TEST_F(FormatTestSelective, WrongIndent) {
404 TEST_F(FormatTestSelective, AlwaysFormatsEntireMacroDefinitions) {
430 TEST_F(FormatTestSelective, ReformatRegionAdjustsIndent) {
564 TEST_F(FormatTestSelective, UnderstandsTabs) {
597 TEST_F(FormatTestSelective, StopFormattingWhenLeavingScope) {
618 TEST_F(FormatTestSelective, SelectivelyRequoteJavaScript) {
629 TEST_F(FormatTestSelective, KeepsIndentAfterCommentSectionImport) {
637 TEST_F(FormatTestSelective, DontAssert) {
661 TEST_F(FormatTestSelective, FormatMacroRegardlessOfPreviousIndent) {