Class TestExecutionDTO

java.lang.Object
org.squashtest.squash.automation.tm.commons.TestExecutionDTO

@Introspected public class TestExecutionDTO extends Object
  • Constructor Details

  • Method Details

    • getTestDefinition

      public String getTestDefinition()
      Returns:
      String testDefinition as written in the TEST_REFERENCE field in SquashTM TestCase.
    • getStepId

      public String getStepId()
      Returns:
      String stepId the identifier of this test execution in the Squash Orchestrator
    • getTestId

      public String getTestId()
      Returns:
      String stepId the identifier the SquashTM ITPI source
    • getTestTechnology

      public String getTestTechnology()
      Returns:
      String testTechnology the execution testing framework
    • getEnvironmentTags

      public List<String> getEnvironmentTags()
    • getEnvironmentVariables

      public Map<String,Object> getEnvironmentVariables()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object