public interface TestExecutionService
TestExecutionModel models within TM4J.| Modifier and Type | Method and Description |
|---|---|
ServiceResult<TestExecutionModel> |
getTestExecutionModelById(String userKey,
Long testExecutionId)
Retrieves the Test Execution as a
TestExecutionModel with the given id. |
ServiceResult<TestExecutionModel> getTestExecutionModelById(String userKey, Long testExecutionId)
TestExecutionModel with the given id.userKey - an identifier that uniquely identifies a user which is performing the action.testExecutionId - the ID of the Test Execution.ServiceResult containing a TestExecutionModel with the relevant fields of the TestExecution.
The result will also contains a ValidationResult
that will contain any validation messages that may have been generated when performing the operation.Copyright © 2020. All rights reserved.