public class ElementsShouldNotBe extends BasicErrorMessageFactory
Condition A group of elements can be a collection, an array.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
elementsShouldNotBe(Object actual,
Object satisfies,
Condition<?> condition)
Creates a new
ElementsShouldNotBe. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory elementsShouldNotBe(Object actual, Object satisfies, Condition<?> condition)
ElementsShouldNotBe.actual - the actual value in the failed assertion.satisfies - elements that satisfies the conditioncondition - the Condition.ErrorMessageFactory.Copyright © 2013-2015 AssertJ. All Rights Reserved.