Interface TestCase


public interface TestCase
Test case specific view of a work item.
Since:
3.9.2
  • Method Details

    • testSteps

      @Nullable TestStepsField testSteps()
    • usedParameterNames

      @NotNull ReadOnlyStrictList<String> usedParameterNames()
      Returns:
      all used test parameter names in test case, sorted alphabetically