Interface TestCaseModel
public interface TestCaseModel
Represents a Test Case in Zephyr.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the ID of theTestCaseModel.getKey()Gets the KEY of theTestCaseModel.Gets the STATUS_ID of theTestCaseModel.
-
Method Details
-
getId
Long getId()Gets the ID of theTestCaseModel.- Returns:
- the ID of the
TestCaseModel. - Since:
- 6.8.0
-
getKey
String getKey()Gets the KEY of theTestCaseModel.- Returns:
- the KEY of the
TestCaseModel. - Since:
- 6.8.0
-
getStatusId
Long getStatusId()Gets the STATUS_ID of theTestCaseModel.- Returns:
- the STATUS_ID of the
TestCaseModel. - Since:
- 6.8.0
-