Uses of Class
org.qubership.atp.ram.models.TestRun
Packages that use TestRun
Package
Description
-
Uses of TestRun in org.qubership.atp.ram.dto.response
Methods in org.qubership.atp.ram.dto.response with parameters of type TestRunModifier and TypeMethodDescriptionvoidAdd failed case to response.voidTestRunDefectsPropagationResponse.addSuccess(TestRun testRun) Add success case to response.Constructors in org.qubership.atp.ram.dto.response with parameters of type TestRunModifierConstructorDescriptionLogRecordResponse(TestRun testRun, LogRecord logRecord, TestCaseLabelResponse testCase) LogRecordResponse constructor.TestRunStatusUpdateResponse(TestRun testRun, List<LogRecord> logRecords) TestRunStatusUpdateResponse constructor.TestRunWithValidationLabelsResponse(TestRun testRun, Set<String> validationLabels) Constructor creates TestRunWithValidationLabelsResponse from testRun and list of validationLabels.Constructor parameters in org.qubership.atp.ram.dto.response with type arguments of type TestRunModifierConstructorDescriptionLabelNodeReportResponse(String labelName, boolean isGroupedNode, Supplier<List<TestRun>> testRunsFilterFunc) LabelNodeReportResponse constructor. -
Uses of TestRun in org.qubership.atp.ram.entities.treenodes
Constructors in org.qubership.atp.ram.entities.treenodes with parameters of type TestRunModifierConstructorDescriptionTestRunTreeNode(TestRun testRun) TestRunTreeNode constructor.TestRunTreeNode(TestRun testRun, boolean isTestCaseAlive) Instantiates a new Test run tree node.Constructor parameters in org.qubership.atp.ram.entities.treenodes with type arguments of type TestRun -
Uses of TestRun in org.qubership.atp.ram.models
Subclasses of TestRun in org.qubership.atp.ram.modelsMethods in org.qubership.atp.ram.models that return TestRun