Package | Description |
---|---|
org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions ). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAssertWithOriginWithColumnsAndRowsFromChange<E extends AbstractAssertWithOriginWithColumnsAndRowsFromChange<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesAssert,ChangeAssert,ChangeColumnAssert,ChangeRowAssert>>
|
class |
AbstractAssertWithValues<E extends AbstractAssertWithValues<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesAssert,ChangeAssert,ChangeColumnAssert,ChangeRowAssert>>
Base class for all values from a
Change assertions. |
Modifier and Type | Method and Description |
---|---|
ChangeColumnAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.column()
|
ChangeColumnAssert |
ChangeAssert.column()
|
ChangeColumnAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.column(int index)
Returns assertion methods on the
Column at the index in parameter. |
ChangeColumnAssert |
ChangeAssert.column(int index)
Returns assertion methods on the
Column at the index in parameter. |
ChangeColumnAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.column(String columnName)
Returns assertion methods on the
Column corresponding to the column name in parameter. |
ChangeColumnAssert |
ChangeAssert.column(String columnName)
Returns assertion methods on the
Column corresponding to the column name in parameter. |
ChangeColumnAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.columnAmongTheModifiedOnes()
|
ChangeColumnAssert |
ChangeAssert.columnAmongTheModifiedOnes()
|
ChangeColumnAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.columnAmongTheModifiedOnes(int index)
|
ChangeColumnAssert |
ChangeAssert.columnAmongTheModifiedOnes(int index)
|
ChangeColumnAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.columnAmongTheModifiedOnes(String columnName)
|
ChangeColumnAssert |
ChangeAssert.columnAmongTheModifiedOnes(String columnName)
|
ChangeColumnAssert |
ChangeColumnAssert.hasColumnName(String columnName)
Verifies that the name of a column is equal to the parameter.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Boolean expected)
Verifies that the values at the start point and the end point are equal to a boolean.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Boolean expectedAtStartPoint,
Boolean expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a boolean for start point and another boolean for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(byte[] expected)
Verifies that the values at the start point and the end point are equal to bytes.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(byte[] expectedAtStartPoint,
byte[] expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to bytes for start point and other bytes for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Character expected)
Verifies that the values at the start point and the end point are equal to a character.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Character expectedAtStartPoint,
Character expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a character for start point
and another character for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(DateTimeValue expected)
Verifies that the values at the start point and the end point are equal to a date/time.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(DateTimeValue expectedAtStartPoint,
DateTimeValue expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a date/time for start point and another date/time for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(DateValue expected)
Verifies that the values at the start point and the end point are equal to a date.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(DateValue expectedAtStartPoint,
DateValue expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a date for start point and another date for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Number expected)
Verifies that the values at the start point and the end point are equal to a number.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Number expectedAtStartPoint,
Number expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a number for start point and another number for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Object expected)
Verifies that the values at the start point and the end point are equal to a object.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(Object expectedAtStartPoint,
Object expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a object for start point and another object for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(String expected)
Verifies that the values at the start point and the end point are equal to a text.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(String expectedAtStartPoint,
String expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a text for start point and another text for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(TimeValue expected)
Verifies that the values at the start point and the end point are equal to a time.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(TimeValue expectedAtStartPoint,
TimeValue expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to a time for start point and another time for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(UUID expected)
Verifies that the values at the start point and the end point are equal to an UUID.
|
ChangeColumnAssert |
ChangeColumnAssert.hasValues(UUID expectedAtStartPoint,
UUID expectedAtEndPoint)
Verifies that the values at the start point and the end point are equal to an UUID for start point and another UUID for end point.
|
ChangeColumnAssert |
ChangeColumnAssert.isBoolean(boolean lenient)
Verifies that the type of the values of the column is boolean.
|
ChangeColumnAssert |
ChangeColumnAssert.isBytes(boolean lenient)
Verifies that the type of the values of the column is array of bytes.
|
ChangeColumnAssert |
ChangeColumnAssert.isDate(boolean lenient)
Verifies that the type of the values of the column is date.
|
ChangeColumnAssert |
ChangeColumnAssert.isDateTime(boolean lenient)
Verifies that the type of the values of the column is date/time.
|
ChangeColumnAssert |
ChangeColumnAssert.isModified()
Verifies that the column is modified between the start point and the end point.
|
ChangeColumnAssert |
ChangeColumnAssert.isNotModified()
Verifies that the column is not modified between the start point and the end point.
|
ChangeColumnAssert |
ChangeColumnAssert.isNumber(boolean lenient)
Verifies that the type of the values of the column is number.
|
ChangeColumnAssert |
ChangeColumnAssert.isOfAnyTypeIn(ValueType... expected)
Verifies that the type of the column is equal to one of the types in parameters.
|
ChangeColumnAssert |
ChangeColumnAssert.isOfClass(Class<?> expected,
boolean lenient)
Verifies that the class of the values of the column is equal to the class in parameter.
|
ChangeColumnAssert |
ChangeColumnAssert.isOfType(ValueType expected,
boolean lenient)
Verifies that the type of the values of the column is equal to the type in parameter.
|
ChangeColumnAssert |
ChangeColumnAssert.isText(boolean lenient)
Verifies that the type of the values of the column is text.
|
ChangeColumnAssert |
ChangeColumnAssert.isTime(boolean lenient)
Verifies that the type of the values of the column is time.
|
ChangeColumnAssert |
ChangeColumnAssert.isUUID(boolean lenient)
Verifies that the type of the values of the column is UUID.
|
ChangeColumnAssert |
ChangeColumnValueAssert.returnToColumn()
Returns to level of assertion methods on a
Column . |
Constructor and Description |
---|
ChangeColumnValueAssert(ChangeColumnAssert origin,
Value value)
Constructor.
|
Copyright © 2020 AssertJ. All rights reserved.