public interface ExpectedMatchCount
| Modifier and Type | Method and Description |
|---|---|
static MatchCountCondition |
atLeast(int times) |
static MatchCountCondition |
atLeastOne() |
static MatchCountCondition |
exactly(int times) |
static MatchCountCondition |
exactlyOne() |
static MatchCountCondition |
no() |
static MatchCountCondition atLeast(int times)
static MatchCountCondition exactly(int times)
static MatchCountCondition atLeastOne()
static MatchCountCondition exactlyOne()
static MatchCountCondition no()