public class AssertionsOnRowEquality extends Object
AssertOnRowEquality| Modifier and Type | Method and Description |
|---|---|
static <A extends AbstractAssert> |
hasValues(A assertion,
org.assertj.core.api.WritableAssertionInfo info,
List<Object> valuesList,
Object... expected)
Verifies that the values of a column are equal to values in parameter.
|
public static <A extends AbstractAssert> A hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Object> valuesList, Object... expected)
A - The type of the assertion which call this method.assertion - The assertion which call this method.info - Writable information about an assertion.valuesList - The list of values.expected - The expected values.this assertion object.AssertionError - If the value is not equal to the values in parameter.Copyright © 2015 AssertJ. All Rights Reserved.