Uses of Interface
com.polarion.alm.shared.api.model.tr.record.TestRecord
Packages that use TestRecord
Package
Description
-
Uses of TestRecord in com.polarion.alm.shared.api.model.tr
Methods in com.polarion.alm.shared.api.model.tr that return types with arguments of type TestRecordModifier and TypeMethodDescriptionTestRun.recordForExecution
(int iterationIndex) Returns a selector for a test case which returns helper test record that can be used e.g.Methods in com.polarion.alm.shared.api.model.tr with parameters of type TestRecordModifier and TypeMethodDescriptionvoid
TestRecordsRenderer.addTestRecord
(TestRecord testRecord) Adds a test record to be rendered. -
Uses of TestRecord in com.polarion.alm.shared.api.model.tr.record
Methods in com.polarion.alm.shared.api.model.tr.record that return TestRecordModifier and TypeMethodDescriptionTestRecordsField.byTestCaseIteration
(String testCasePath, int iteration) Returns test record for given test case iteration, ornull
if such iteration does not exist.Methods in com.polarion.alm.shared.api.model.tr.record that return types with arguments of type TestRecordModifier and TypeMethodDescriptionTestRecordsField.byResultId
(String resultId) Filter all records by their result id.TestRecordsField.byResultIds
(Iterable<String> resultIds) Filter all records by their result ids.TestRecordsField.byTestCase
(String testCasePath) Get all records for test case by their id or path.TestRecordsField.executed()
Filter out all records with null results.