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(java.lang.Object actual,
java.lang.Object satisfies,
Condition<?> condition)
Creates a new
ElementsShouldNotBe . |
create, equals, hashCode, toString
public static ErrorMessageFactory elementsShouldNotBe(java.lang.Object actual, java.lang.Object satisfies, Condition<?> condition)
ElementsShouldNotBe
.actual
- the actual value in the failed assertion.satisfies
- elements that satisfies the conditioncondition
- the Condition
.ErrorMessageFactory
.Copyright © 2007–2018. All rights reserved.