Interface AssertOnRowOfChangeExistence<T extends AssertOnRowOfChangeExistence<T>>

Type Parameters:
T - The "self" type of this assertion class. Please read "Emulating 'self types' using Java Generics to simplify fluent API implementation" for more details.
All Superinterfaces:
AssertOnExistence<T>
All Known Implementing Classes:
ChangeRowAssert

public interface AssertOnRowOfChangeExistence<T extends AssertOnRowOfChangeExistence<T>> extends AssertOnExistence<T>
Defines the assertion method on the existence of a row of a change.
Author:
Régis Pouiller
  • Method Summary

    Modifier and Type
    Method
    Description
    Verifies that the row of the change does not exist.
    Verifies that the row of the change exists.