Uses of Class
step.repositories.azure.devops.rest.model.TestCaseResult
-
Packages that use TestCaseResult Package Description step.repositories.azure.devops.rest step.repositories.azure.devops.rest.model -
-
Uses of TestCaseResult in step.repositories.azure.devops.rest
Methods in step.repositories.azure.devops.rest that return TestCaseResult Modifier and Type Method Description TestCaseResult
AzureDevopsRestClient. getTestCaseResult(int runId, int testResultId)
Methods in step.repositories.azure.devops.rest that return types with arguments of type TestCaseResult Modifier and Type Method Description java.util.Optional<TestCaseResult>
AzureDevopsRestClient. getTestCaseResultOptional(int runId, int testCaseId)
java.util.List<TestCaseResult>
AzureDevopsRestClient. getTestCaseResults(int runId)
Methods in step.repositories.azure.devops.rest with parameters of type TestCaseResult Modifier and Type Method Description void
AzureDevopsRestClient. updateTestCaseResult(TestCaseResult result)
-
Uses of TestCaseResult in step.repositories.azure.devops.rest.model
Fields in step.repositories.azure.devops.rest.model with type parameters of type TestCaseResult Modifier and Type Field Description static RequestSpecification<TestCaseResult>
TestCaseResult. SPEC
-