Interface ITestCase


public interface ITestCase
Test case specific view of a work item.
Since:
3.9.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns 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
    Sets the test steps for this test case.
  • Method Details

    • getTestSteps

      @Nullable ITestSteps 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

      void setTestSteps(@Nullable ITestSteps testSteps)
      Sets the test steps for this test case.
    • getTestParameterNames

      @NotNull List<String> getTestParameterNames()
      Returns names of all test parameters used by this test case, sorted alphabetically.