Class KeyValuesDto

java.lang.Object
org.evomaster.client.java.controller.api.dto.KeyValuesDto

public class KeyValuesDto extends Object
dto is used to specify multiple seeds for a field. the field could be regarded as independent [CustomizedRequestValueDto#keyValues]
  • Field Details

    • key

      public String key
      an independent key
    • values

      public List<String> values
      candidate values of the key
  • Constructor Details

    • KeyValuesDto

      public KeyValuesDto()