Class ActionDto


  • public class ActionDto
    extends Object
    Created by arcuri82 on 16-Sep-19.
    • Field Detail

      • index

        public Integer index
        The index of this action in the test. Eg, in a test with 10 indices, the index would be between 0 and 9
      • inputVariables

        public List<String> inputVariables
        A list (possibly empty) of String values used in the action. This info can be used for different kinds of taint analysis, eg to check how such values are used in the SUT
    • Constructor Detail

      • ActionDto

        public ActionDto()