Lines Matching defs:FormatTestProto
1 //===- unittest/Format/FormatTestProto.cpp --------------------------------===//
19 class FormatTestProto : public testing::Test {
45 TEST_F(FormatTestProto, FormatsMessages) {
89 TEST_F(FormatTestProto, KeywordsInOtherLanguages) {
93 TEST_F(FormatTestProto, FormatsEnums) {
110 TEST_F(FormatTestProto, EnumAsFieldName) {
116 TEST_F(FormatTestProto, CaseAsFieldName) {
123 TEST_F(FormatTestProto, UnderstandsReturns) {
127 TEST_F(FormatTestProto, MessageFieldAttributes) {
196 TEST_F(FormatTestProto, DoesntWrapFileOptions) {
204 TEST_F(FormatTestProto, TrailingCommentAfterFileOption) {
208 TEST_F(FormatTestProto, FormatsOptions) {
408 TEST_F(FormatTestProto, DoesntWrapPackageStatements) {
414 TEST_F(FormatTestProto, TrailingCommentAfterPackage) {
418 TEST_F(FormatTestProto, FormatsService) {
426 TEST_F(FormatTestProto, ExtendingMessage) {
430 TEST_F(FormatTestProto, FormatsImports) {
448 TEST_F(FormatTestProto, KeepsLongStringLiteralsOnSameLine) {
457 TEST_F(FormatTestProto, FormatsOptionsExtensions) {
468 TEST_F(FormatTestProto, SpacesAroundPercents) {
476 TEST_F(FormatTestProto, FormatsRepeatedListInitializersInOptions) {
506 TEST_F(FormatTestProto, AcceptsOperatorAsKeyInOptions) {
519 TEST_F(FormatTestProto, BreaksEntriesOfSubmessagesContainingSubmessages) {
648 TEST_F(FormatTestProto, PreventBreaksBetweenKeyAndSubmessages) {