Class CsvExportBehavior

java.lang.Object
io.qameta.allure.csv.CsvExportBehavior
All Implemented Interfaces:
Serializable

public class CsvExportBehavior extends Object implements Serializable
Class contains the information for the behavior csv export.
See Also:
  • Constructor Details

    • CsvExportBehavior

      public CsvExportBehavior(String epic, String feature, String story)
  • Method Details

    • getEpic

      public String getEpic()
    • getFeature

      public String getFeature()
    • getStory

      public String getStory()
    • getFailed

      public long getFailed()
    • getBroken

      public long getBroken()
    • getPassed

      public long getPassed()
    • getSkipped

      public long getSkipped()
    • getUnknown

      public long getUnknown()
    • isPassed

      public boolean isPassed(String epic, String feature, String story)
    • addTestResult

      public void addTestResult(TestResult result)