Interface TestCaseService
public interface TestCaseService
Responsible for all management of
TestCaseModel models within Zephyr.-
Method Summary
Modifier and TypeMethodDescriptiongetTestCaseModelById(String userKey, Long testCaseId) Retrieves the Test Case as aTestCaseModelwith the given id.
-
Method Details
-
getTestCaseModelById
Retrieves the Test Case as aTestCaseModelwith the given id.- Parameters:
userKey- an identifier that uniquely identifies a user which is performing the action.testCaseId- the ID of the Test Case.- Returns:
- a
ServiceResultcontaining aTestCaseModelwith the relevant fields of the Test Case. The result will also contains aValidationResultthat will contain any validation messages that may have been generated when performing the operation. - Since:
- 6.8.0
-