public class AssertionsOnRowOfChangeExistence extends Object
AssertOnRowOfChangeExistence| Modifier and Type | Method and Description |
|---|---|
static <A extends AbstractAssert<?>> |
doesNotExist(A assertion,
org.assertj.core.api.WritableAssertionInfo info,
Row row)
Verifies that the row of the change does not exist.
|
static <A extends AbstractAssert<?>> |
exists(A assertion,
org.assertj.core.api.WritableAssertionInfo info,
Row row)
Verifies that the row of the change exists.
|
public static <A extends AbstractAssert<?>> A exists(A assertion, org.assertj.core.api.WritableAssertionInfo info, Row row)
A - The type of the assertion which call this method.assertion - The assertion which call this method.info - Writable information about an assertion.row - The row.this assertion object.AssertionError - If the row of the change does not exist.ChangeRowAssert.exists()public static <A extends AbstractAssert<?>> A doesNotExist(A assertion, org.assertj.core.api.WritableAssertionInfo info, Row row)
A - The type of the assertion which call this method.assertion - The assertion which call this method.info - Writable information about an assertion.row - The row.this assertion object.AssertionError - If the row of the change exists.ChangeRowAssert.doesNotExist()Copyright © 2015–2017 AssertJ. All rights reserved.