Class SutRunDto


  • public class SutRunDto
    extends Object
    • 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.
    • Constructor Detail

      • SutRunDto

        public SutRunDto()