Lines Matching defs:FormatTestTextProto
1 //===- unittest/Format/FormatTestTextProto.cpp ----------------------------===//
18 class FormatTestTextProto : public FormatTestBase {
25 TEST_F(FormatTestTextProto, KeepsTopLevelEntriesFittingALine) {
29 TEST_F(FormatTestTextProto, SupportsMessageFields) {
74 TEST_F(FormatTestTextProto, AvoidsTopLevelBinPacking) {
107 TEST_F(FormatTestTextProto, AddsNewlinesAfterTrailingComments) {
122 TEST_F(FormatTestTextProto, ImplicitStringLiteralConcatenation) {
140 TEST_F(FormatTestTextProto, SupportsAngleBracketMessageFields) {
330 TEST_F(FormatTestTextProto, DiscardsUnbreakableTailIfCanBreakAfter) {
342 TEST_F(FormatTestTextProto, KeepsLongStringLiteralsOnSameLine) {
349 TEST_F(FormatTestTextProto, KeepsCommentsIndentedInList) {
360 TEST_F(FormatTestTextProto, UnderstandsHashComments) {
397 TEST_F(FormatTestTextProto, FormatsExtensions) {
471 TEST_F(FormatTestTextProto, SpacesAroundPercents) {
477 TEST_F(FormatTestTextProto, FormatsRepeatedListInitializers) {
521 TEST_F(FormatTestTextProto, AcceptsOperatorAsKey) {
534 TEST_F(FormatTestTextProto, BreaksConsecutiveStringLiterals) {
539 TEST_F(FormatTestTextProto, PutsMultipleEntriesInExtensionsOnNewlines) {
554 TEST_F(FormatTestTextProto, BreaksAfterBraceFollowedByClosingBraceOnNextLine) {
563 TEST_F(FormatTestTextProto, BreaksEntriesOfSubmessagesContainingSubmessages) {
666 TEST_F(FormatTestTextProto, PreventBreaksBetweenKeyAndSubmessages) {
689 TEST_F(FormatTestTextProto, FormatsCommentsAtEndOfFile) {
706 TEST_F(FormatTestTextProto, KeepsAmpersandsNextToKeys) {