Class FlagCounts

java.lang.Object
net.thucydides.core.model.flags.FlagCounts

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

    Constructors
    Constructor Description
    FlagCounts​(java.util.List<? extends TestOutcome> testOutcomes)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<Flag,​java.lang.Integer> asAMap()  
    static FlagCounts in​(java.util.List<? extends TestOutcome> testOutcomes)  

    Methods inherited from class java.lang.Object

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

    • FlagCounts

      public FlagCounts​(java.util.List<? extends TestOutcome> testOutcomes)
  • Method Details

    • in

      public static FlagCounts in​(java.util.List<? extends TestOutcome> testOutcomes)
    • asAMap

      public java.util.Map<Flag,​java.lang.Integer> asAMap()