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