java.lang.Object
org.squashtest.squash.automation.tm.testplan.library.model.TestExecution

public class TestExecution extends Object
  • Constructor Details

    • TestExecution

      public TestExecution(String definition, Map<String,String> params, String testId)
      This class defines the parameters for a test execution.
      Parameters:
      definition - the reference of the automated test within the test repository.
      params - the parameters to use for automated test execution in the present test case.
      testId - A unique Id for the test execution.
  • Method Details