public class StatsCollectorHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,StatsInfo> |
statsInfoMap |
| Constructor and Description |
|---|
StatsCollectorHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
includeStat(String string) |
void |
percentageShouldBe(String string,
int expectedPercentage) |
void |
percentageShouldBeInRange(String string,
int expectedStartPercentage,
int expectedEndPercentage) |
void |
reset() |
public void reset()
public void includeStat(String string)
public void percentageShouldBe(String string, int expectedPercentage)
public void percentageShouldBeInRange(String string, int expectedStartPercentage, int expectedEndPercentage)
Copyright © 2018. All rights reserved.