Lines Matching refs:TEST_F

66 TEST_F(FormatTestJS, BlockComments) {  in TEST_F()  function
92 TEST_F(FormatTestJS, JSDocComments) { in TEST_F() function
232 TEST_F(FormatTestJS, UnderstandsJavaScriptOperators) { in TEST_F() function
287 TEST_F(FormatTestJS, UnderstandsAmpAmp) { in TEST_F() function
291 TEST_F(FormatTestJS, LiteralOperatorsCanBeKeywords) { in TEST_F() function
295 TEST_F(FormatTestJS, ReservedWords) { in TEST_F() function
349 TEST_F(FormatTestJS, ReservedWordsMethods) { in TEST_F() function
379 TEST_F(FormatTestJS, ReservedWordsParenthesized) { in TEST_F() function
389 TEST_F(FormatTestJS, ES6DestructuringAssignment) { in TEST_F() function
397 TEST_F(FormatTestJS, ContainerLiterals) { in TEST_F() function
507 TEST_F(FormatTestJS, MethodsInObjectLiterals) { in TEST_F() function
536 TEST_F(FormatTestJS, GettersSettersVisibilityKeywords) { in TEST_F() function
555 TEST_F(FormatTestJS, SpacesInContainerLiterals) { in TEST_F() function
569 TEST_F(FormatTestJS, SingleQuotedStrings) { in TEST_F() function
573 TEST_F(FormatTestJS, GoogScopes) { in TEST_F() function
585 TEST_F(FormatTestJS, IIFEs) { in TEST_F() function
604 TEST_F(FormatTestJS, GoogModules) { in TEST_F() function
630 TEST_F(FormatTestJS, FormatsNamespaces) { in TEST_F() function
639 TEST_F(FormatTestJS, NamespacesMayNotWrap) { in TEST_F() function
654 TEST_F(FormatTestJS, AmbientDeclarations) { in TEST_F() function
680 TEST_F(FormatTestJS, FormatsFreestandingFunctions) { in TEST_F() function
712 TEST_F(FormatTestJS, FormatsDecorators) { in TEST_F() function
773 TEST_F(FormatTestJS, GeneratorFunctions) { in TEST_F() function
800 TEST_F(FormatTestJS, AsyncFunctions) { in TEST_F() function
865 TEST_F(FormatTestJS, OverriddenMembers) { in TEST_F() function
885 TEST_F(FormatTestJS, FunctionParametersTrailingComma) { in TEST_F() function
909 TEST_F(FormatTestJS, ArrayLiterals) { in TEST_F() function
951 TEST_F(FormatTestJS, ColumnLayoutForArrayLiterals) { in TEST_F() function
962 TEST_F(FormatTestJS, TrailingCommaInsertion) { in TEST_F() function
1001 TEST_F(FormatTestJS, FunctionLiterals) { in TEST_F() function
1105 TEST_F(FormatTestJS, DontWrapEmptyLiterals) { in TEST_F() function
1114 TEST_F(FormatTestJS, InliningFunctionLiterals) { in TEST_F() function
1171 TEST_F(FormatTestJS, MultipleFunctionLiterals) { in TEST_F() function
1234 TEST_F(FormatTestJS, ArrowFunctions) { in TEST_F() function
1278 TEST_F(FormatTestJS, ArrowFunctionStyle) { in TEST_F() function
1306 TEST_F(FormatTestJS, ReturnStatements) { in TEST_F() function
1312 TEST_F(FormatTestJS, ForLoops) { in TEST_F() function
1327 TEST_F(FormatTestJS, WrapRespectsAutomaticSemicolonInsertion) { in TEST_F() function
1374 TEST_F(FormatTestJS, AddsIsTheDictKeyOnNewline) { in TEST_F() function
1384 TEST_F(FormatTestJS, AutomaticSemicolonInsertionHeuristic) { in TEST_F() function
1464 TEST_F(FormatTestJS, ImportExportASI) { in TEST_F() function
1479 TEST_F(FormatTestJS, ClosureStyleCasts) { in TEST_F() function
1483 TEST_F(FormatTestJS, TryCatch) { in TEST_F() function
1497 TEST_F(FormatTestJS, StringLiteralConcatenation) { in TEST_F() function
1502 TEST_F(FormatTestJS, RegexLiteralClassification) { in TEST_F() function
1530 TEST_F(FormatTestJS, RegexLiteralSpecialCharacters) { in TEST_F() function
1596 TEST_F(FormatTestJS, RegexLiteralModifiers) { in TEST_F() function
1603 TEST_F(FormatTestJS, RegexLiteralLength) { in TEST_F() function
1613 TEST_F(FormatTestJS, RegexLiteralExamples) { in TEST_F() function
1617 TEST_F(FormatTestJS, IgnoresMpegTS) { in TEST_F() function
1626 TEST_F(FormatTestJS, TypeAnnotations) { in TEST_F() function
1665 TEST_F(FormatTestJS, UnionIntersectionTypes) { in TEST_F() function
1687 TEST_F(FormatTestJS, UnionIntersectionTypesInObjectType) { in TEST_F() function
1699 TEST_F(FormatTestJS, ClassDeclarations) { in TEST_F() function
1745 TEST_F(FormatTestJS, StrictPropInitWrap) { in TEST_F() function
1754 TEST_F(FormatTestJS, InterfaceDeclarations) { in TEST_F() function
1772 TEST_F(FormatTestJS, ObjectTypesInExtendsImplements) { in TEST_F() function
1783 TEST_F(FormatTestJS, EnumDeclarations) { in TEST_F() function
1807 TEST_F(FormatTestJS, Decorators) { in TEST_F() function
1828 TEST_F(FormatTestJS, TypeAliases) { in TEST_F() function
1842 TEST_F(FormatTestJS, TypeInterfaceLineWrapping) { in TEST_F() function
1854 TEST_F(FormatTestJS, RemoveEmptyLinesInArrowFunctions) { in TEST_F() function
1867 TEST_F(FormatTestJS, Modules) { in TEST_F() function
1958 TEST_F(FormatTestJS, ImportWrapping) { in TEST_F() function
1993 TEST_F(FormatTestJS, TemplateStrings) { in TEST_F() function
2099 TEST_F(FormatTestJS, TemplateStringMultiLineExpression) { in TEST_F() function
2135 TEST_F(FormatTestJS, TemplateStringASI) { in TEST_F() function
2141 TEST_F(FormatTestJS, NestedTemplateStrings) { in TEST_F() function
2150 TEST_F(FormatTestJS, TaggedTemplateStrings) { in TEST_F() function
2161 TEST_F(FormatTestJS, CastSyntax) { in TEST_F() function
2182 TEST_F(FormatTestJS, TypeArguments) { in TEST_F() function
2198 TEST_F(FormatTestJS, UserDefinedTypeGuards) { in TEST_F() function
2206 TEST_F(FormatTestJS, OptionalTypes) { in TEST_F() function
2223 TEST_F(FormatTestJS, IndexSignature) { in TEST_F() function
2227 TEST_F(FormatTestJS, WrapAfterParen) { in TEST_F() function
2245 TEST_F(FormatTestJS, JSDocAnnotations) { in TEST_F() function
2343 TEST_F(FormatTestJS, TslintComments) { in TEST_F() function
2355 TEST_F(FormatTestJS, TscComments) { in TEST_F() function
2375 TEST_F(FormatTestJS, RequoteStringsSingle) { in TEST_F() function
2399 TEST_F(FormatTestJS, RequoteAndIndent) { in TEST_F() function
2414 TEST_F(FormatTestJS, RequoteStringsDouble) { in TEST_F() function
2422 TEST_F(FormatTestJS, RequoteStringsLeave) { in TEST_F() function
2429 TEST_F(FormatTestJS, SupportShebangLines) { in TEST_F() function
2436 TEST_F(FormatTestJS, NonNullAssertionOperator) { in TEST_F() function
2458 TEST_F(FormatTestJS, CppKeywords) { in TEST_F() function
2518 TEST_F(FormatTestJS, NullPropagatingOperator) { in TEST_F() function
2524 TEST_F(FormatTestJS, NullishCoalescingOperator) { in TEST_F() function
2533 TEST_F(FormatTestJS, AssignmentOperators) { in TEST_F() function
2542 TEST_F(FormatTestJS, Conditional) { in TEST_F() function
2551 TEST_F(FormatTestJS, ImportComments) { in TEST_F() function
2559 TEST_F(FormatTestJS, Exponentiation) { in TEST_F() function
2564 TEST_F(FormatTestJS, NestedLiterals) { in TEST_F() function
2609 TEST_F(FormatTestJS, BackslashesInComments) { in TEST_F() function
2631 TEST_F(FormatTestJS, AddsLastLinePenaltyIfEndingIsBroken) { in TEST_F() function
2651 TEST_F(FormatTestJS, ParameterNamingComment) { in TEST_F() function
2655 TEST_F(FormatTestJS, ConditionalTypes) { in TEST_F() function
2664 TEST_F(FormatTestJS, SupportPrivateFieldsAndMethods) { in TEST_F() function
2686 TEST_F(FormatTestJS, DeclaredFields) { in TEST_F() function
2693 TEST_F(FormatTestJS, NoBreakAfterAsserts) { in TEST_F() function
2708 TEST_F(FormatTestJS, NumericSeparators) { in TEST_F() function
2712 TEST_F(FormatTestJS, AlignConsecutiveDeclarations) { in TEST_F() function
2748 TEST_F(FormatTestJS, AlignConsecutiveAssignments) { in TEST_F() function
2785 TEST_F(FormatTestJS, AlignConsecutiveAssignmentsAndDeclarations) { in TEST_F() function