Class ExecutionResult.StepStatusDTO

java.lang.Object
org.opentestfactory.dto.v1.ExecutionResult.StepStatusDTO
Enclosing class:
ExecutionResult

public static class ExecutionResult.StepStatusDTO extends Object
Technical class to facilitate the mapping between a step and the number of ExecutionResult it has generated during its lifecycle
Author:
lpoma
  • Constructor Details

    • StepStatusDTO

      public StepStatusDTO(String stepUuid, Integer nbResult)
  • Method Details

    • getStepUuid

      public String getStepUuid()
    • getNbResult

      public Integer getNbResult()