Class ControllerInfoDto


  • public class ControllerInfoDto
    extends Object
    • Field Detail

      • fullName

        public String fullName
        The full qualifying name of the controller. This will be needed when tests are generated, as those will instantiate and start the controller directly
      • isInstrumentationOn

        public Boolean isInstrumentationOn
        Whether the system under test is running with instrumentation to collect data about its execution
    • Constructor Detail

      • ControllerInfoDto

        public ControllerInfoDto()