• Home
  • Raw
  • Download

Lines Matching refs:TEST_F

57 TEST_F(FormatTestJS, UnderstandsJavaScriptOperators) {  in TEST_F()  function
95 TEST_F(FormatTestJS, UnderstandsAmpAmp) { in TEST_F() function
99 TEST_F(FormatTestJS, LiteralOperatorsCanBeKeywords) { in TEST_F() function
103 TEST_F(FormatTestJS, ReservedWords) { in TEST_F() function
118 TEST_F(FormatTestJS, ES6DestructuringAssignment) { in TEST_F() function
125 TEST_F(FormatTestJS, ContainerLiterals) { in TEST_F() function
189 TEST_F(FormatTestJS, MethodsInObjectLiterals) { in TEST_F() function
218 TEST_F(FormatTestJS, SpacesInContainerLiterals) { in TEST_F() function
232 TEST_F(FormatTestJS, SingleQuoteStrings) { in TEST_F() function
236 TEST_F(FormatTestJS, GoogScopes) { in TEST_F() function
248 TEST_F(FormatTestJS, GoogModules) { in TEST_F() function
266 TEST_F(FormatTestJS, FormatsFreestandingFunctions) { in TEST_F() function
278 TEST_F(FormatTestJS, ArrayLiterals) { in TEST_F() function
312 TEST_F(FormatTestJS, FunctionLiterals) { in TEST_F() function
402 TEST_F(FormatTestJS, InliningFunctionLiterals) { in TEST_F() function
459 TEST_F(FormatTestJS, MultipleFunctionLiterals) { in TEST_F() function
512 TEST_F(FormatTestJS, ArrowFunctions) { in TEST_F() function
548 TEST_F(FormatTestJS, ReturnStatements) { in TEST_F() function
554 TEST_F(FormatTestJS, ForLoops) { in TEST_F() function
559 TEST_F(FormatTestJS, AutomaticSemicolonInsertion) { in TEST_F() function
571 TEST_F(FormatTestJS, ClosureStyleCasts) { in TEST_F() function
575 TEST_F(FormatTestJS, TryCatch) { in TEST_F() function
590 TEST_F(FormatTestJS, StringLiteralConcatenation) { in TEST_F() function
595 TEST_F(FormatTestJS, RegexLiteralClassification) { in TEST_F() function
622 TEST_F(FormatTestJS, RegexLiteralSpecialCharacters) { in TEST_F() function
688 TEST_F(FormatTestJS, RegexLiteralModifiers) { in TEST_F() function
695 TEST_F(FormatTestJS, RegexLiteralLength) { in TEST_F() function
705 TEST_F(FormatTestJS, RegexLiteralExamples) { in TEST_F() function
709 TEST_F(FormatTestJS, TypeAnnotations) { in TEST_F() function
722 TEST_F(FormatTestJS, ClassDeclarations) { in TEST_F() function
746 TEST_F(FormatTestJS, InterfaceDeclarations) { in TEST_F() function
757 TEST_F(FormatTestJS, EnumDeclarations) { in TEST_F() function
773 TEST_F(FormatTestJS, MetadataAnnotations) { in TEST_F() function
788 TEST_F(FormatTestJS, Modules) { in TEST_F() function
846 TEST_F(FormatTestJS, TemplateStrings) { in TEST_F() function
925 TEST_F(FormatTestJS, CastSyntax) { verifyFormat("var x = <type>foo;"); } in TEST_F() function
927 TEST_F(FormatTestJS, TypeArguments) { in TEST_F() function
943 TEST_F(FormatTestJS, OptionalTypes) { in TEST_F() function
961 TEST_F(FormatTestJS, IndexSignature) { in TEST_F() function
965 TEST_F(FormatTestJS, WrapAfterParen) { in TEST_F() function