ErrorMessageFactorypublic class ElementsShouldNotBe extends BasicErrorMessageFactory
Condition A group of elements can be a collection, an array.arguments, format| Modifier and Type | Method | 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 © 2014–2019. All rights reserved.