Class TestStepResult

java.lang.Object
com.thed.model.TestStepResult
All Implemented Interfaces:
Serializable

public class TestStepResult extends Object implements Serializable
See Also:
  • Constructor Details

    • TestStepResult

      public TestStepResult()
    • TestStepResult

      public TestStepResult(String comment, Long cyclePhaseId, long id, Long releaseTestScheduleId, String status, Long testStepId)
      Parameters:
      comment -
      cyclePhaseId -
      id -
      releaseTestScheduleId -
      status -
      testStepId -
  • Method Details