Uses of Interface
com.polarion.alm.shared.api.model.tr.record.TestRecord
Package
Description
-
Uses of TestRecord in com.polarion.alm.shared.api.model.tr
Modifier and TypeMethodDescriptionTestRun.recordForExecution
(int iterationIndex) Returns a selector for a test case which returns helper test record that can be used e.g.Modifier 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
Modifier and TypeMethodDescriptionTestRecordsField.byTestCaseIteration
(String testCasePath, int iteration) Returns test record for given test case iteration, ornull
if such iteration does not exist.Modifier 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.