Package com.polarion.alm.tracker.model
Interface ITestCase
public interface ITestCase
Test case specific view of a work item.
- Since:
- 3.9.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns names of all test parameters used by this test case, sorted alphabetically.Returns the test steps if they are defined for this test case.void
setTestSteps
(ITestSteps testSteps) Sets the test steps for this test case.
-
Method Details
-
getTestSteps
Returns the test steps if they are defined for this test case. The test steps are stored in a custom field with test step type; the ID of the custom field is custom, there can be at most one such field for any work item type. -
setTestSteps
Sets the test steps for this test case. -
getTestParameterNames
Returns names of all test parameters used by this test case, sorted alphabetically.
-