Uses of Class
step.repositories.azure.devops.rest.model.TestPoint
-
Packages that use TestPoint Package Description step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model -
-
Uses of TestPoint in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that return TestPoint Modifier and Type Method Description TestPoint
AzureDevopsRestClient. getTestPoint(TestCase kase)
Methods in step.repositories.azure.devops.rest that return types with arguments of type TestPoint Modifier and Type Method Description java.util.List<TestPoint>
AzureDevopsRestClient. getTestPoints(int planId, int suiteId)
-
Uses of TestPoint in step.repositories.azure.devops.rest.model
Fields in step.repositories.azure.devops.rest.model with type parameters of type TestPoint Modifier and Type Field Description static RequestSpecification<TestPoint>
TestPoint. SPEC
-