Class SutRunDto
- java.lang.Object
-
- org.evomaster.client.java.controller.api.dto.SutRunDto
-
public class SutRunDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Boolean
calculateSqlHeuristics
Whether SQL heuristics should be computed.Boolean
extractSqlExecutionInfo
Whether SQL execution info should be saved.Boolean
resetState
Whether the internal state of the SUT should be resetBoolean
run
Whether the SUT should be running
-
-
-
Field Detail
-
run
public Boolean run
Whether the SUT should be running
-
resetState
public Boolean resetState
Whether the internal state of the SUT should be reset
-
calculateSqlHeuristics
public Boolean calculateSqlHeuristics
Whether SQL heuristics should be computed. Note: those can be very expensive
-
extractSqlExecutionInfo
public Boolean extractSqlExecutionInfo
Whether SQL execution info should be saved.
-
-