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 TestStep Modifier and Type Method Description static TestStep
TestStep. instantiate(int workItemId, java.lang.String idString, int lineNumber, java.lang.String action, java.lang.String validation)
Methods in step.repositories.azure.devops.rest.model that return types with arguments of type TestStep Modifier and Type Method Description java.util.List<TestStep>
WorkItem. toTestSteps()
-