Class ExtraHeuristicsDto


  • public class ExtraHeuristicsDto
    extends Object
    Represents possible extra heuristics related to the code execution and that do apply to all the reached testing targets. Example: rewarding SQL "select" operations that return non-empty sets
    • Field Detail

      • heuristics

        public List<HeuristicEntryDto> heuristics
        List of extra heuristic values we want to optimize
      • databaseExecutionDto

        public ExecutionDto databaseExecutionDto
    • Constructor Detail

      • ExtraHeuristicsDto

        public ExtraHeuristicsDto()