public class ElementsShouldNotHaveExactly extends BasicErrorMessageFactory
Condition A group of elements can be a collection, an array.arguments, format| Modifier and Type | Method and Description |
|---|---|
static <E> ErrorMessageFactory |
elementsShouldNotHaveExactly(Object actual,
int times,
Condition<?> condition)
Creates a new
ElementsShouldNotHaveExactly. |
create, equals, hashCode, toStringpublic static <E> ErrorMessageFactory elementsShouldNotHaveExactly(Object actual, int times, Condition<?> condition)
ElementsShouldNotHaveExactly.actual - the actual value in the failed assertion.times - exactly times the condition should be verify.condition - the Condition.ErrorMessageFactory.Copyright © 2013 AssertJ. All Rights Reserved.