Class ControllerInfoDto
- java.lang.Object
-
- org.evomaster.client.java.controller.api.dto.ControllerInfoDto
-
public class ControllerInfoDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
fullName
The full qualifying name of the controller.Boolean
isInstrumentationOn
Whether the system under test is running with instrumentation to collect data about its execution
-
Constructor Summary
Constructors Constructor Description ControllerInfoDto()
-
-
-
Field Detail
-
fullName
public String fullName
The full qualifying name of the controller. This will be needed when tests are generated, as those will instantiate and start the controller directly
-
isInstrumentationOn
public Boolean isInstrumentationOn
Whether the system under test is running with instrumentation to collect data about its execution
-
-