public class AssertionsOnNumberOfRows extends Object
AssertOnNumberOfRows
Modifier and Type | Method and Description |
---|---|
static <A extends AbstractAssert> |
hasNumberOfRows(A assertion,
org.assertj.core.api.WritableAssertionInfo info,
int size,
int expected)
Verifies that the number of rows is equal to the number in parameter.
|
public static <A extends AbstractAssert> A hasNumberOfRows(A assertion, org.assertj.core.api.WritableAssertionInfo info, int size, int expected)
A
- The type of the assertion which call this method.assertion
- The assertion which call this method.info
- Writable information about an assertion.size
- The size of the column.expected
- The number to compare to the size.this
assertion object.AssertionError
- If the number of rows is different to the number in parameter.Copyright © 2015 AssertJ. All Rights Reserved.