Class TestExecution
java.lang.Object
org.squashtest.squash.automation.tm.testplan.library.model.TestExecution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMetadata(String key, Object value) getMetadata(String key) voidputAllMetadata(Map<String, Object> metadata)
-
Constructor Details
-
TestExecution
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
-
addMetadata
-
getMetadata
-
putAllMetadata
-
getMetadata
-
getDefinition
-
getParams
-
getTestId
-
getStepId
-