public class FlagCounts
extends java.lang.Object
| Constructor and Description |
|---|
FlagCounts(java.util.List<? extends TestOutcome> testOutcomes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Flag,java.lang.Integer> |
asAMap() |
static FlagCounts |
in(java.util.List<? extends TestOutcome> testOutcomes) |
public FlagCounts(java.util.List<? extends TestOutcome> testOutcomes)
public static FlagCounts in(java.util.List<? extends TestOutcome> testOutcomes)
public java.util.Map<Flag,java.lang.Integer> asAMap()