public interface TestCaseService
TestCaseModel models within TM4J.| Modifier and Type | Method and Description |
|---|---|
ServiceResult<TestCaseModel> |
getTestCaseModelById(String userKey,
Long testCaseId)
Retrieves the Test Case as a
TestCaseModel with the given id. |
ServiceResult<TestCaseModel> getTestCaseModelById(String userKey, Long testCaseId)
TestCaseModel with the given id.userKey - an identifier that uniquely identifies a user which is performing the action.testCaseId - the ID of the Test Case.ServiceResult containing a TestCaseModel with the relevant fields of the Test Case.
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.