Uses of Class
step.repositories.azure.devops.rest.model.TestStep
-
Packages that use TestStep Package Description step.repositories.azure.devops.rest.model -
-
Uses of TestStep in step.repositories.azure.devops.rest.model
Methods in step.repositories.azure.devops.rest.model that return types with arguments of type TestStep Modifier and Type Method Description static List<TestStep>
WorkItemSteps. getTestSteps(String stepsFieldXmlContent, int workItemId, AzureDevopsRestClient restClient)
List<TestStep>
WorkItemWithinTestCase. getTestSteps(AzureDevopsRestClient restClient)
List<TestStep>
WorkItemSteps.StepOrCompRef. toTestStepList(int workItemId, List<Integer> lineNumberPrefix, Supplier<Integer> lineNumberSupplier, List<Integer> stepIdPrefix, AzureDevopsRestClient restClient)
-