Class OutcomeSummary

java.lang.Object
net.thucydides.core.reports.OutcomeSummary

public class OutcomeSummary
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    OutcomeSummary​(TestResult outcome)  
  • Method Summary

    Modifier and Type Method Description
    static OutcomeSummary forOutcome​(TestResult outcome)  
    java.lang.String withCount​(int count)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OutcomeSummary

      public OutcomeSummary​(TestResult outcome)
  • Method Details

    • forOutcome

      public static OutcomeSummary forOutcome​(TestResult outcome)
    • withCount

      public java.lang.String withCount​(int count)