Searched refs:variableDeclaration (Results 1 – 4 of 4) sorted by relevance
41 assertThat(arg.variableDeclaration()).isEqualTo("const stringArg = \"value\";"); in testStringArg()47 assertThat(arg.variableDeclaration()).isEqualTo("const numericArg = 1;"); in testIntArg()53 assertThat(arg.variableDeclaration()).isEqualTo("const numericArg = 1.001;"); in testFloatArg()60 assertThat(arg.variableDeclaration()) in testJsonArg()77 assertThat(arg.variableDeclaration()) in testArrayArg()91 assertThat(arg.variableDeclaration()) in testRecordArg()108 assertThat(arg.variableDeclaration()) in testStringMapToRecordArg()
80 .variableDeclaration() in testConversionToScriptArguments()97 .variableDeclaration() in createCAJsArrayListArgument()
137 public String variableDeclaration() { in variableDeclaration() method in JSScriptArgument
540 resultBuilder.append(arg.variableDeclaration()); in callEntryPoint()