Skip to content

Commit 02ddce4

Browse files
committed
Fixed JavaDoc for GeneToDto
1 parent ab11963 commit 02ddce4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • core/src/main/kotlin/org/evomaster/core/output/dto

core/src/main/kotlin/org/evomaster/core/output/dto/GeneToDto.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)