Class SingleRunTestStatistics

java.lang.Object
net.serenitybdd.cucumber.suiteslicing.SingleRunTestStatistics
All Implemented Interfaces:
TestStatistics

public class SingleRunTestStatistics
extends java.lang.Object
implements TestStatistics
  • Method Summary

    Modifier and Type Method Description
    static TestStatistics fromFileName​(java.lang.String fileName)  
    java.util.List<TestScenarioResult> records()  
    java.math.BigDecimal scenarioWeightFor​(java.lang.String feature, java.lang.String scenario)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • fromFileName

      public static TestStatistics fromFileName​(java.lang.String fileName)
    • scenarioWeightFor

      public java.math.BigDecimal scenarioWeightFor​(java.lang.String feature, java.lang.String scenario)
      Specified by:
      scenarioWeightFor in interface TestStatistics
    • records

      public java.util.List<TestScenarioResult> records()
      Specified by:
      records in interface TestStatistics
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object