See: Description
| Class | Description |
|---|---|
| ShouldBeAfter |
Creates an error message indicating that an assertion that verifies that a value is after a value.
|
| ShouldBeAfterOrEqual |
Creates an error message indicating that an assertion that verifies that a value is after or equal a value.
|
| ShouldBeBefore |
Creates an error message indicating that an assertion that verifies that a value is before a value.
|
| ShouldBeBeforeOrEqual |
Creates an error message indicating that an assertion that verifies that a value is before or equal a value.
|
| ShouldBeChangeType |
Creates an error message indicating that an assertion that verifies that a change is of a type.
|
| ShouldBeClose |
Creates an error message indicating that an assertion that verifies that a value is close to another value.
|
| ShouldBeCompatible |
Creates an error message indicating that an assertion that verifies that a value is compatible with a value.
|
| ShouldBeDataType |
Creates an error message indicating that an assertion that verifies that a change is on a data type.
|
| ShouldBeEqual |
Creates an error message indicating that an assertion that verifies that a value is equal to another value.
|
| ShouldBeEqualWithEndPoint |
Creates an error message indicating that an assertion that verifies that a value at end point is equal to another value.
|
| ShouldBeEqualWithStartPoint |
Creates an error message indicating that an assertion that verifies that a value at start point is equal to another value.
|
| ShouldBeGreater |
Creates an error message indicating that an assertion that verifies that a value is greater than another value.
|
| ShouldBeGreaterOrEqual |
Creates an error message indicating that an assertion that verifies that a value is greater than or equal to another
value.
|
| ShouldBeLess |
Creates an error message indicating that an assertion that verifies that a value is less than another value.
|
| ShouldBeLessOrEqual |
Creates an error message indicating that an assertion that verifies that a value is less than or equal to another
value.
|
| ShouldBeModified |
Creates an error message indicating that an assertion that verifies that a column is modified.
|
| ShouldBeOnTable |
Creates an error message indicating that an assertion that verifies that a change is on a table.
|
| ShouldBeValueClass |
Creates an error message indicating that an assertion that verifies that a value is of a class.
|
| ShouldBeValueClassWithEndPoint |
Creates an error message indicating that an assertion that verifies that a value is of a class.
|
| ShouldBeValueClassWithStartPoint |
Creates an error message indicating that an assertion that verifies that a value is of a class.
|
| ShouldBeValueType |
Creates an error message indicating that an assertion that verifies that a value is of a type.
|
| ShouldBeValueTypeOfAny |
Creates an error message indicating that an assertion that verifies that a value is of any types.
|
| ShouldBeValueTypeOfAnyWithEndPoint |
Creates an error message indicating that an assertion that verifies that a value is of any types.
|
| ShouldBeValueTypeOfAnyWithStartPoint |
Creates an error message indicating that an assertion that verifies that a value is of any types.
|
| ShouldBeValueTypeWithEndPoint |
Creates an error message indicating that an assertion that verifies that a value is of a type.
|
| ShouldBeValueTypeWithStartPoint |
Creates an error message indicating that an assertion that verifies that a value is of a type.
|
| ShouldContainsOnlyNotNull |
Creates an error message indicating that an assertion that verifies that a value is null.
|
| ShouldContainsOnlyNull |
Creates an error message indicating that an assertion that verifies that a value is not null.
|
| ShouldContainsValue |
Creates an error message indicating that an assertion that verifies that values are contained in values.
|
| ShouldExist |
Creates an error message indicating that an assertion that verifies that a row exists.
|
| ShouldHaveChangesSize |
Creates an error message indicating that an assertion that verifies the changes size a value failed.
|
| ShouldHaveChangesSizeGreater |
Creates an error message indicating that an assertion that verifies the changes size a value failed.
|
| ShouldHaveChangesSizeGreaterOrEqual |
Creates an error message indicating that an assertion that verifies the changes size a value failed.
|
| ShouldHaveChangesSizeLess |
Creates an error message indicating that an assertion that verifies the changes size a value failed.
|
| ShouldHaveChangesSizeLessOrEqual |
Creates an error message indicating that an assertion that verifies the changes size a value failed.
|
| ShouldHaveColumnsSize |
Creates an error message indicating that an assertion that verifies the columns size a value failed.
|
| ShouldHaveColumnsSizeGreater |
Creates an error message indicating that an assertion that verifies the columns size a value failed.
|
| ShouldHaveColumnsSizeGreaterOrEqual |
Creates an error message indicating that an assertion that verifies the columns size a value failed.
|
| ShouldHaveColumnsSizeLess |
Creates an error message indicating that an assertion that verifies the columns size a value failed.
|
| ShouldHaveColumnsSizeLessOrEqual |
Creates an error message indicating that an assertion that verifies the columns size a value failed.
|
| ShouldHaveModifications |
Creates an error message indicating that an assertion that verifies the modified columns.
|
| ShouldHaveName |
Creates an error message indicating that an assertion that verifies the name of the column.
|
| ShouldHaveNumberOfModifications |
Creates an error message indicating that an assertion that verifies the number of modified columns.
|
| ShouldHaveNumberOfModificationsGreater |
Creates an error message indicating that an assertion that verifies the number of modified columns.
|
| ShouldHaveNumberOfModificationsGreaterOrEqual |
Creates an error message indicating that an assertion that verifies the number of modified columns.
|
| ShouldHaveNumberOfModificationsLess |
Creates an error message indicating that an assertion that verifies the number of modified columns.
|
| ShouldHaveNumberOfModificationsLessOrEqual |
Creates an error message indicating that an assertion that verifies the number of modified columns.
|
| ShouldHavePksNames |
Creates an error message indicating that an assertion that verifies the names of the columns of the primary key.
|
| ShouldHavePksValues |
Creates an error message indicating that an assertion that verifies the values of the columns of the primary key.
|
| ShouldHaveRowsSize |
Creates an error message indicating that an assertion that verifies the rows size a value failed.
|
| ShouldHaveRowsSizeGreater |
Creates an error message indicating that an assertion that verifies the rows size a value failed.
|
| ShouldHaveRowsSizeGreaterOrEqual |
Creates an error message indicating that an assertion that verifies the rows size a value failed.
|
| ShouldHaveRowsSizeLess |
Creates an error message indicating that an assertion that verifies the rows size a value failed.
|
| ShouldHaveRowsSizeLessOrEqual |
Creates an error message indicating that an assertion that verifies the rows size a value failed.
|
| ShouldNotBeEqual |
Creates an error message indicating that an assertion that verifies that a value is not equal to another
value.
|
| ShouldNotBeModified |
Creates an error message indicating that an assertion that verifies that a column is not modified.
|
| ShouldNotExist |
Creates an error message indicating that an assertion that verifies that a row does not exist.
|
Copyright © 2015–2017 AssertJ. All rights reserved.