Uses of Class
step.repositories.azure.devops.rest.model.TestCase
-
Packages that use TestCase Package Description step.repositories.azure.devops step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model -
-
Uses of TestCase in step.repositories.azure.devops
Methods in step.repositories.azure.devops that return types with arguments of type TestCase Modifier and Type Method Description java.util.List<TestCase>
AzureDevopsRepositoryServices. getCases(java.lang.String organization, java.lang.String project, java.lang.Integer planId, java.lang.Integer suiteId)
-
Uses of TestCase in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that return TestCase Modifier and Type Method Description TestCase
AzureDevopsRestClient. getTestCase(int planId, int suiteId, int caseId)
TestCase
AzureDevopsRestClient. getTestCase(TestSuite suite, int caseId)
Methods in step.repositories.azure.devops.rest that return types with arguments of type TestCase Modifier and Type Method Description java.util.List<TestCase>
AzureDevopsRestClient. getTestCases(int planId, int suiteId)
java.util.List<TestCase>
AzureDevopsRestClient. getTestCases(TestSuite suite)
Methods in step.repositories.azure.devops.rest with parameters of type TestCase Modifier and Type Method Description TestPoint
AzureDevopsRestClient. getTestPoint(TestCase kase)
-
Uses of TestCase in step.repositories.azure.devops.rest.model
Fields in step.repositories.azure.devops.rest.model with type parameters of type TestCase Modifier and Type Field Description static RequestSpecification<TestCase>
TestCase. SPEC
-