Uses of Class
org.qubership.atp.ram.model.datacontext.TestRunsDataContext
Packages that use TestRunsDataContext
-
Uses of TestRunsDataContext in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services that return TestRunsDataContextModifier and TypeMethodDescriptionTestRunService.getTestRunsDataContext(List<TestRun> testRuns, TestRunsDataContextLoadOptions options, boolean isVirtual) Get test runs data context for further processing performance.Methods in org.qubership.atp.ram.services with parameters of type TestRunsDataContextModifier and TypeMethodDescriptionTreeNodeService.getExecutionRequestScopeTree(ExecutionRequestTreeNode executionRequestRootNode, TestRunsDataContext dataContext, LabelTemplate labelTemplate, boolean isWidget, boolean includeAll) Get execution request tree grouped by scope sections: PREREQUISITES, EXECUTION, VALIDATION.TestRunService.getTestRunNodeWithFailedLogRecords(List<TestRun> testRuns, ValidationLabelConfigTemplate template, TestRunsDataContext context) List of TR node with list of failed LR-s.