Class AllureReportReader.AllureTestResult
java.lang.Object
io.github.mov2day.unifiedtest.reporting.AllureReportReader.AllureTestResult
- Enclosing class:
AllureReportReader
Represents one Allure result with metadata, steps, parameters, and evidence.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachment(AllureReportReader.Attachment attachment) voidvoidvoidaddParameter(String name, String value, String mode, boolean excluded) voidlonglonggetFirstLabel(String name) getLinks()getName()getStage()longgetSteps()intgetUuid()booleanisFlaky()booleanisKnown()booleanisMuted()voidsetStatusDetails(String message, String trace, boolean known, boolean muted, boolean flaky)
-
Constructor Details
-
AllureTestResult
-
-
Method Details
-
addLabel
-
addLink
-
addParameter
-
addStep
-
addAttachment
-
setStatusDetails
-
getUuid
-
getHistoryId
-
getTestCaseId
-
getName
-
getFullName
-
getStatus
-
getStage
-
getDescription
-
getDescriptionHtml
-
getStartTime
public long getStartTime() -
getEndTime
public long getEndTime() -
getStatusMessage
-
getStatusTrace
-
isKnown
public boolean isKnown() -
isMuted
public boolean isMuted() -
isFlaky
public boolean isFlaky() -
getLabels
-
getLinks
-
getParameters
-
getSteps
-
getAttachments
-
getDuration
public long getDuration() -
getFirstLabel
-
getTotalStepCount
public int getTotalStepCount() -
getAllAttachments
-
getImageAttachments
-