Class TestResultTreeLeaf

java.lang.Object
io.qameta.allure.tree.DefaultTreeLeaf
io.qameta.allure.tree.TestResultTreeLeaf
All Implemented Interfaces:
TreeLeaf, TreeNode

public class TestResultTreeLeaf extends DefaultTreeLeaf
  • Constructor Details

    • TestResultTreeLeaf

      public TestResultTreeLeaf(String parentUid, TestResult testResult)
    • TestResultTreeLeaf

      public TestResultTreeLeaf(String parentUid, String name, TestResult testResult)
  • Method Details

    • getParentUid

      public String getParentUid()
    • getUid

      public String getUid()
    • getStatus

      public Status getStatus()
    • getTime

      public Time getTime()
    • isFlaky

      public boolean isFlaky()
    • isNewFailed

      public boolean isNewFailed()
    • isNewPassed

      public boolean isNewPassed()
    • isNewBroken

      public boolean isNewBroken()
    • getRetriesCount

      public int getRetriesCount()
    • isRetriesStatusChange

      public boolean isRetriesStatusChange()
    • getParameters

      public List<String> getParameters()
    • getTags

      public Set<String> getTags()