File tree Expand file tree Collapse file tree
core/src/main/kotlin/org/evomaster/core/output/dto Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ class GeneToDto(
3939 /* *
4040 * @param leafGene to obtain the refType if the component is defined with a name
4141 * @param fallback to provide a fallback on the DTO named with the action if the component is defined inline
42+ q* @param capitalize to determine if the DTO string name must be capitalized for test case writing
4243 *
4344 * @return the DTO name that will be used to instantiate the first variable
4445 */
@@ -61,7 +62,8 @@ class GeneToDto(
6162 /* *
6263 * @param gene from which to extract the setter calls
6364 * @param dtoName that will be instantiated for payload
64- * @param counter to provide uniqueness under the same DTO being used in a single test case
65+ * @param counter list to provide uniqueness under the same DTO being used in a single test case
66+ * @param capitalize to determine if the DTO string name must be capitalized for test case writing
6567 *
6668 * @return a [DtoCall] object that can be written to the test case
6769 */
You can’t perform that action at this time.
0 commit comments