public class ElementsShouldHaveAtMost extends BasicErrorMessageFactory
Condition A group of elements can be a collection, an array.arguments, format, formatter| Modifier | Constructor and Description |
|---|---|
private |
ElementsShouldHaveAtMost(java.lang.Object actual,
int times,
Condition<?> condition) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
elementsShouldHaveAtMost(java.lang.Object actual,
int times,
Condition<?> condition)
Creates a new
ElementsShouldHaveAtMost. |
create, create, create, equals, hashCode, toString, unquotedStringprivate ElementsShouldHaveAtMost(java.lang.Object actual,
int times,
Condition<?> condition)
public static ErrorMessageFactory elementsShouldHaveAtMost(java.lang.Object actual, int times, Condition<?> condition)
ElementsShouldHaveAtMost.actual - the actual value in the failed assertion.times - least time the condition should be verify.condition - the Condition.ErrorMessageFactory.