Class DtoUtils
java.lang.Object
org.evomaster.client.java.controller.DtoUtils
util class for handling dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisJava(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat) static booleanisJavaOrKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat) static booleanisKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat)
-
Constructor Details
-
DtoUtils
public DtoUtils()
-
-
Method Details
-
isJava
public static boolean isJava(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat) - Parameters:
outputFormat-- Returns:
- whether the specified format is Java
-
isKotlin
public static boolean isKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat) - Parameters:
outputFormat-- Returns:
- whether the specified format is Kotlin
-
isJavaOrKotlin
public static boolean isJavaOrKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat) - Parameters:
outputFormat-- Returns:
- whether the specified format is Java or Kotlin
-