Package io.qameta.allure.csv
Class CsvExportBehavior
java.lang.Object
io.qameta.allure.csv.CsvExportBehavior
- All Implemented Interfaces:
Serializable
Class contains the information for the behavior csv export.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestResult(TestResult result) longgetEpic()longlonglonggetStory()longboolean
-
Constructor Details
-
CsvExportBehavior
-
-
Method Details
-
getEpic
-
getFeature
-
getStory
-
getFailed
public long getFailed() -
getBroken
public long getBroken() -
getPassed
public long getPassed() -
getSkipped
public long getSkipped() -
getUnknown
public long getUnknown() -
isPassed
-
addTestResult
-