Uses of Class
step.repositories.azure.devops.rest.model.TestSuite
-
Packages that use TestSuite Package Description step.repositories.azure.devops step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model -
-
Uses of TestSuite in step.repositories.azure.devops
Methods in step.repositories.azure.devops that return types with arguments of type TestSuite Modifier and Type Method Description java.util.List<TestSuite>
AzureDevopsRepositoryServices. getSuites(java.lang.String organization, java.lang.String project, java.lang.Integer planId)
-
Uses of TestSuite in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that return TestSuite Modifier and Type Method Description TestSuite
AzureDevopsRestClient. getTestSuite(int planId, int suiteId)
Methods in step.repositories.azure.devops.rest that return types with arguments of type TestSuite Modifier and Type Method Description java.util.List<TestSuite>
AzureDevopsRestClient. getChildSuites(TestSuite suite)
java.util.List<TestSuite>
AzureDevopsRestClient. getTestSuites(int planId)
java.util.List<TestSuite>
AzureDevopsRestClient. getTestSuitesOld(int planId)
Methods in step.repositories.azure.devops.rest with parameters of type TestSuite Modifier and Type Method Description java.util.List<TestSuite>
AzureDevopsRestClient. getChildSuites(TestSuite suite)
TestCase
AzureDevopsRestClient. getTestCase(TestSuite suite, int caseId)
java.util.List<TestCase>
AzureDevopsRestClient. getTestCases(TestSuite suite)
-
Uses of TestSuite in step.repositories.azure.devops.rest.model
Fields in step.repositories.azure.devops.rest.model with type parameters of type TestSuite Modifier and Type Field Description static RequestSpecification<TestSuite>
TestSuite. SPEC
Methods in step.repositories.azure.devops.rest.model that return TestSuite Modifier and Type Method Description TestSuite
TestSuiteTree. toTestSuite()
Methods in step.repositories.azure.devops.rest.model that return types with arguments of type TestSuite Modifier and Type Method Description java.util.List<TestSuite>
TestSuiteTree. toListOfTestSuites()
Methods in step.repositories.azure.devops.rest.model with parameters of type TestSuite Modifier and Type Method Description int
TestSuite.HumanFriendlyComparator. compare(TestSuite s1, TestSuite s2)
-