Lines Matching refs:TEST_F
65 TEST_F(FormatTestJS, BlockComments) { in TEST_F() function
70 TEST_F(FormatTestJS, UnderstandsJavaScriptOperators) { in TEST_F() function
119 TEST_F(FormatTestJS, UnderstandsAmpAmp) { in TEST_F() function
123 TEST_F(FormatTestJS, LiteralOperatorsCanBeKeywords) { in TEST_F() function
127 TEST_F(FormatTestJS, ReservedWords) { in TEST_F() function
150 TEST_F(FormatTestJS, CppKeywords) { in TEST_F() function
155 TEST_F(FormatTestJS, ES6DestructuringAssignment) { in TEST_F() function
163 TEST_F(FormatTestJS, ContainerLiterals) { in TEST_F() function
239 TEST_F(FormatTestJS, MethodsInObjectLiterals) { in TEST_F() function
268 TEST_F(FormatTestJS, SpacesInContainerLiterals) { in TEST_F() function
282 TEST_F(FormatTestJS, SingleQuotedStrings) { in TEST_F() function
286 TEST_F(FormatTestJS, GoogScopes) { in TEST_F() function
298 TEST_F(FormatTestJS, GoogModules) { in TEST_F() function
318 TEST_F(FormatTestJS, FormatsNamespaces) { in TEST_F() function
327 TEST_F(FormatTestJS, FormatsFreestandingFunctions) { in TEST_F() function
339 TEST_F(FormatTestJS, GeneratorFunctions) { in TEST_F() function
357 TEST_F(FormatTestJS, AsyncFunctions) { in TEST_F() function
377 TEST_F(FormatTestJS, ArrayLiterals) { in TEST_F() function
414 TEST_F(FormatTestJS, ColumnLayoutForArrayLiterals) { in TEST_F() function
425 TEST_F(FormatTestJS, FunctionLiterals) { in TEST_F() function
515 TEST_F(FormatTestJS, InliningFunctionLiterals) { in TEST_F() function
572 TEST_F(FormatTestJS, MultipleFunctionLiterals) { in TEST_F() function
631 TEST_F(FormatTestJS, ArrowFunctions) { in TEST_F() function
667 TEST_F(FormatTestJS, ReturnStatements) { in TEST_F() function
673 TEST_F(FormatTestJS, ForLoops) { in TEST_F() function
684 TEST_F(FormatTestJS, WrapRespectsAutomaticSemicolonInsertion) { in TEST_F() function
700 TEST_F(FormatTestJS, AutomaticSemicolonInsertionHeuristic) { in TEST_F() function
750 TEST_F(FormatTestJS, ClosureStyleCasts) { in TEST_F() function
754 TEST_F(FormatTestJS, TryCatch) { in TEST_F() function
769 TEST_F(FormatTestJS, StringLiteralConcatenation) { in TEST_F() function
774 TEST_F(FormatTestJS, RegexLiteralClassification) { in TEST_F() function
801 TEST_F(FormatTestJS, RegexLiteralSpecialCharacters) { in TEST_F() function
867 TEST_F(FormatTestJS, RegexLiteralModifiers) { in TEST_F() function
874 TEST_F(FormatTestJS, RegexLiteralLength) { in TEST_F() function
884 TEST_F(FormatTestJS, RegexLiteralExamples) { in TEST_F() function
888 TEST_F(FormatTestJS, TypeAnnotations) { in TEST_F() function
909 TEST_F(FormatTestJS, UnionIntersectionTypes) { in TEST_F() function
925 TEST_F(FormatTestJS, ClassDeclarations) { in TEST_F() function
964 TEST_F(FormatTestJS, InterfaceDeclarations) { in TEST_F() function
982 TEST_F(FormatTestJS, EnumDeclarations) { in TEST_F() function
998 TEST_F(FormatTestJS, MetadataAnnotations) { in TEST_F() function
1016 TEST_F(FormatTestJS, TypeAliases) { in TEST_F() function
1026 TEST_F(FormatTestJS, Modules) { in TEST_F() function
1098 TEST_F(FormatTestJS, ImportWrapping) { in TEST_F() function
1122 TEST_F(FormatTestJS, TemplateStrings) { in TEST_F() function
1211 TEST_F(FormatTestJS, CastSyntax) { in TEST_F() function
1223 TEST_F(FormatTestJS, TypeArguments) { in TEST_F() function
1239 TEST_F(FormatTestJS, UserDefinedTypeGuards) { in TEST_F() function
1247 TEST_F(FormatTestJS, OptionalTypes) { in TEST_F() function
1264 TEST_F(FormatTestJS, IndexSignature) { in TEST_F() function
1268 TEST_F(FormatTestJS, WrapAfterParen) { in TEST_F() function
1286 TEST_F(FormatTestJS, JSDocAnnotations) { in TEST_F() function
1296 TEST_F(FormatTestJS, RequoteStringsSingle) { in TEST_F() function
1321 TEST_F(FormatTestJS, RequoteStringsDouble) { in TEST_F() function
1329 TEST_F(FormatTestJS, RequoteStringsLeave) { in TEST_F() function
1336 TEST_F(FormatTestJS, SupportShebangLines) { in TEST_F() function
1343 TEST_F(FormatTestJS, NonNullAssertionOperator) { in TEST_F() function
1352 TEST_F(FormatTestJS, Conditional) { in TEST_F() function