Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractAssert<E> - Class in org.assertj.db.api
-
Base class for all assertions of assertj-db.
- AbstractAssertWithOrigin<E,
O> - Class in org.assertj.db.api -
Base class for all assertions with an
Origin
. - AbstractAssertWithOriginWithChanges<E,
O> - Class in org.assertj.db.api - AbstractAssertWithOriginWithColumnsAndRows<E,
O, - Class in org.assertj.db.apiD, A, C, CV, R, RV> - AbstractAssertWithOriginWithColumnsAndRowsFromChange<E,
O> - Class in org.assertj.db.api - AbstractAssertWithValues<E,
O> - Class in org.assertj.db.api -
Base class for all values from a
Change
assertions. - AbstractColumnAssert<D,
A, - Class in org.assertj.db.apiC, CV, R, RV> -
Base class for all
Column
s assertions. - AbstractColumnOutputter<D,
A, - Class in org.assertj.db.outputC, CV, R, RV> -
Base class for all
Column
s outputs. - AbstractColumnValueAssert<D,
A, - Class in org.assertj.db.apiC, CV, R, RV> -
Assertion methods about a value in a
Column
. - AbstractColumnValueOutputter<D,
A, - Class in org.assertj.db.outputC, CV, R, RV> -
Output methods about a value in a
Column
. - AbstractDbAssert<D,
A, - Class in org.assertj.db.apiC, CV, R, RV> -
Base class for all data (
Table
orRequest
) assertions. - AbstractDbData<D> - Class in org.assertj.db.type
- AbstractDbData(Class<D>, DataType) - Constructor for class org.assertj.db.type.AbstractDbData
-
Only used for tests.
- AbstractDbData(Class<D>, DataType, ConnectionProvider) - Constructor for class org.assertj.db.type.AbstractDbData
-
Constructor with a
JdbcUrlConnectionProvider
. - AbstractDbElement<D> - Class in org.assertj.db.type
-
This class represents element from the database (either a
AbstractDbData
or aChange
). - AbstractDbElement(Class<D>) - Constructor for class org.assertj.db.type.AbstractDbElement
-
Only used for tests.
- AbstractDbElement(Class<D>, ConnectionProvider) - Constructor for class org.assertj.db.type.AbstractDbElement
-
Constructor.
- AbstractDbOutputter<D,
A, - Class in org.assertj.db.outputC, CV, R, RV> -
Base class for all data (
Table
orRequest
) outputs. - AbstractElement<E> - Class in org.assertj.db.global
-
Base class for all elements of assertj-db.
- AbstractElement(Class<E>) - Constructor for class org.assertj.db.global.AbstractElement
-
Constructor.
- AbstractOutputter<E> - Class in org.assertj.db.output
-
Base class for all output of assertj-db.
- AbstractOutputterWithOrigin<E,
O> - Class in org.assertj.db.output -
Base class for all outputs with an
Origin
. - AbstractOutputterWithOriginWithChanges<E,
O> - Class in org.assertj.db.output - AbstractOutputterWithOriginWithColumnsAndRows<E,
O, - Class in org.assertj.db.outputD, A, C, CV, R, RV> - AbstractOutputterWithOriginWithColumnsAndRowsFromChange<E,
O> - Class in org.assertj.db.output - AbstractOutputterWithValues<E,
O> - Class in org.assertj.db.output -
Base class for all values from a
Change
outputs. - AbstractRowAssert<D,
A, - Class in org.assertj.db.apiC, CV, R, RV> -
Base class for all
Row
s assertions. - AbstractRowOutputter<D,
A, - Class in org.assertj.db.outputC, CV, R, RV> -
Base class for all
Row
s outputs. - AbstractRowValueAssert<D,
A, - Class in org.assertj.db.apiC, CV, R, RV> -
Assertion methods about a value in a
Row
. - AbstractRowValueOutputter<D,
A, - Class in org.assertj.db.outputC, CV, R, RV> -
Output methods about a value in a
Row
. - AbstractSubAssert<D,
A, - Class in org.assertj.db.apiS, V, C, CV, R, RV> - AbstractSubOutputter<D,
A, - Class in org.assertj.db.outputS, V, C, CV, R, RV> - AbstractValueAssert<D,
A, - Class in org.assertj.db.apiS, V, C, CV, R, RV> -
Base class for all values assertions.
- AbstractValueOutputter<D,
A, - Class in org.assertj.db.outputS, V, C, CV, R, RV> -
Base class for all values outputs.
- actual - Variable in class org.assertj.db.api.AbstractDbAssert
-
The actual value on which the assertion is.
- actual - Variable in class org.assertj.db.output.AbstractDbOutputter
-
The actual value on which the assertion is.
- addError(Throwable) - Method in class org.assertj.db.api.ErrorCollector
-
Append new error to collection of errors.
- areClose(Value, Number, Number) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
Number
in parameter with the tolerance in parameter. - areClose(Value, DateTimeValue, DateTimeValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
DateTimeValue
in parameter with the tolerance in parameter. - areClose(Value, DateTimeValue, DateValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
DateTimeValue
in parameter with the tolerance in parameter. - areClose(Value, DateTimeValue, TimeValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
DateTimeValue
in parameter with the tolerance in parameter. - areClose(Value, DateValue, DateTimeValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
DateValue
in parameter with the tolerance in parameter. - areClose(Value, DateValue, DateValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
DateValue
in parameter with the tolerance in parameter. - areClose(Value, DateValue, TimeValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
DateValue
in parameter with the tolerance in parameter. - areClose(Value, TimeValue, TimeValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is close to the
TimeValue
in parameter with the tolerance in parameter. - areEqual(UUID, String) - Static method in class org.assertj.db.util.Values
-
Returns if the
UUID
value is equal to theString
in parameter. - areEqual(Value, byte[]) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the array of
byte
in parameter. - areEqual(Value, Boolean) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
Boolean
in parameter. - areEqual(Value, Character) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
String
in parameter. - areEqual(Value, Number) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
Number
in parameter. - areEqual(Value, Object) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to another value in parameter.
- areEqual(Value, String) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
String
in parameter. - areEqual(Value, UUID) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
UUID
in parameter. - areEqual(Value, DateTimeValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
DateTimeValue
in parameter. - areEqual(Value, DateValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
DateValue
in parameter. - areEqual(Value, TimeValue) - Static method in class org.assertj.db.util.Values
-
Returns if the value is equal to the
TimeValue
in parameter. - as(String, Object...) - Method in class org.assertj.db.global.AbstractElement
- as(Description) - Method in class org.assertj.db.global.AbstractElement
- asc(String) - Static method in class org.assertj.db.type.Table.Order
-
Builds an ascending order.
- ASC - Enum constant in enum org.assertj.db.type.Table.Order.OrderType
-
Ascending order.
- assertAll() - Method in class org.assertj.db.api.SoftAssertions
-
Assert that all assertions succeed.
- AssertDbConnection - Class in org.assertj.db.type
-
Entry point for creating database element ( Table, Request, Changes ) required to build assertion.
- AssertDbConnectionFactory - Class in org.assertj.db.type
-
Factory to create a
AssertDbConnection
from different database connection input ( Jdbc URL or DataSource ). - AssertDbConnectionFactory.DataSourceConnectionProviderFactory - Class in org.assertj.db.type
-
DataSource variant of ConnectionProviderFactory
- AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory - Class in org.assertj.db.type
-
Jdbc url variant of ConnectionProviderFactory
- Assertions - Class in org.assertj.db.api
-
Entry point of all the assertions.
- AssertionsOnChangeType - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the type of a change (creation, modification or deletion of a row).
- AssertionsOnColumnClass - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the class of a column.
- AssertionsOnColumnContent - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the content of a column.
- AssertionsOnColumnEquality - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the equality of a column.
- AssertionsOnColumnName - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the name of a column.
- AssertionsOnColumnOfChangeClass - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the class of a column of a change.
- AssertionsOnColumnOfChangeEquality - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the equality of a column of a change.
- AssertionsOnColumnOfChangeType - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the type of a column of a change.
- AssertionsOnColumnType - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the type of a column.
- AssertionsOnDataType - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the type of data (from a table or from a request).
- AssertionsOnModifiedColumn - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on a modified column.
- AssertionsOnModifiedColumns - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on modified columns.
- AssertionsOnNumberOfChanges - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the number of changes.
- AssertionsOnNumberOfColumns - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the number of columns.
- AssertionsOnNumberOfRows - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the number of rows.
- AssertionsOnPrimaryKey - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on a primary key.
- AssertionsOnRowCondition - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the matching with condition of a row.
- AssertionsOnRowEquality - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the equality of a row.
- AssertionsOnRowOfChangeExistence - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the existence of a row of a change.
- AssertionsOnTableExistence - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the existence of a table.
- AssertionsOnValueChronology - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the chronology of a value.
- AssertionsOnValueClass - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion method on the class of a value.
- AssertionsOnValueCloseness - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the closeness of a value.
- AssertionsOnValueComparison - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on comparisons with a value.
- AssertionsOnValueCondition - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the matching with condition.
- AssertionsOnValueEquality - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the equality of a value.
- AssertionsOnValueInequality - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the non equality of a value.
- AssertionsOnValueNullity - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the nullity of a value.
- AssertionsOnValuesNullity - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the nullity of a values of a column/row.
- AssertionsOnValueType - Class in org.assertj.db.api.assertions.impl
-
Implements the assertion methods on the type of a value.
- AssertJDBException - Exception Class in org.assertj.db.exception
-
Exception during the assertion (for example : when getting the data in the database, or accessing to file system).
- AssertJDBException(Exception) - Constructor for exception class org.assertj.db.exception.AssertJDBException
-
Constructor of the Exception.
- AssertJDBException(String, Object...) - Constructor for exception class org.assertj.db.exception.AssertJDBException
-
Constructor of the Exception.
- AssertOnChangeType<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the type of a change (creation, modification or deletion of a row).
- AssertOnColumnClass<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the class of a column.
- AssertOnColumnContent<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the content of a column.
- AssertOnColumnEquality<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the equality of a column.
- AssertOnColumnName<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the name of a column.
- AssertOnColumnNullity<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the nullity of a values of a column.
- AssertOnColumnOfChangeEquality<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the equality of a column of a change.
- AssertOnColumnType<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the type of a column.
- AssertOnDataType<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the type of data (from a table or from a request).
- AssertOnExistence<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on existence of something.
- AssertOnModifiedColumn<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on a modified column.
- AssertOnModifiedColumns<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on modified columns.
- AssertOnNumberOfChanges<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the number of changes.
- AssertOnNumberOfColumns<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the number of columns.
- AssertOnNumberOfRows<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the number of rows.
- AssertOnPrimaryKey<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on a primary key.
- AssertOnRowCondition<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the a row satisfy conditions.
- AssertOnRowEquality<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the equality of a row.
- AssertOnRowNullity<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the nullity of a values of a row.
- AssertOnRowOfChangeExistence<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the existence of a row of a change.
- AssertOnValueChronology<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the chronology of a value.
- AssertOnValueClass<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion method on the class of a value.
- AssertOnValueCloseness<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the closeness of a value.
- AssertOnValueComparison<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on comparisons with a value.
- AssertOnValueCondition<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the matching with condition.
- AssertOnValueEquality<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the equality of a value.
- AssertOnValueInequality<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the non equality of a value.
- AssertOnValueNullity<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the nullity of a value.
- AssertOnValueType<T> - Interface in org.assertj.db.api.assertions
-
Defines the assertion methods on the type of a value.
- assertThat(Changes) - Static method in class org.assertj.db.api.Assertions
-
Creates a new instance of
ChangesAssert
. - assertThat(Changes) - Method in class org.assertj.db.api.SoftAssertions
-
Creates a new instance of
ChangesAssert
. - assertThat(Request) - Static method in class org.assertj.db.api.Assertions
-
Creates a new instance of
RequestAssert
. - assertThat(Request) - Method in class org.assertj.db.api.SoftAssertions
-
Creates a new instance of
RequestAssert
. - assertThat(Table) - Static method in class org.assertj.db.api.Assertions
-
Creates a new instance of
TableAssert
. - assertThat(Table) - Method in class org.assertj.db.api.SoftAssertions
-
Creates a new instance of
TableAssert
.
B
- BDDAssertions - Class in org.assertj.db.api
-
Behavior Driven Development style entry point for all assertion methods.
- BOOLEAN - Enum constant in enum org.assertj.db.type.ValueType
-
Boolean type.
- build() - Method in class org.assertj.db.type.Changes.Builder
-
Build the Changes instance.
- build() - Method in class org.assertj.db.type.Request.Builder
-
Build the Request instance.
- build() - Method in class org.assertj.db.type.Table.Builder
-
Build the Table instance.
- BYTES - Enum constant in enum org.assertj.db.type.ValueType
-
Bytes type.
- bytesContentFromClassPathOf(String) - Static method in class org.assertj.db.api.Assertions
-
Reads the bytes from a file in the classpath and returns them.
- bytesContentFromClassPathOf(String) - Static method in class org.assertj.db.api.BDDAssertions
-
Reads the bytes from a file in the classpath and returns them.
- bytesContentOf(File) - Static method in class org.assertj.db.api.Assertions
-
Reads the bytes from a file and returns them.
- bytesContentOf(File) - Static method in class org.assertj.db.api.BDDAssertions
-
Reads the bytes from a file and returns them.
C
- CaseComparison - Interface in org.assertj.db.type.lettercase
-
Comparison on
String
which consider the case. - CaseComparisons - Enum in org.assertj.db.type.lettercase
-
Comparisons on
String
which consider the case. - CaseConversion - Interface in org.assertj.db.type.lettercase
-
Conversion of the case of a
String
. - CaseConversions - Enum in org.assertj.db.type.lettercase
-
Conversions of the case of a
String
. - change - Variable in class org.assertj.db.api.ChangeAssert
-
The actual change on which the assertion is.
- change() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
in the list of changes. - change() - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
in the list of changes. - change() - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
in the list of changes. - change() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
in the list of changes. - change() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
in the list of changes. - change(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
at theindex
in parameter. - change(int) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
at theindex
in parameter. - change(int) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
at theindex
in parameter. - change(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
at theindex
in parameter. - change(int) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
at theindex
in parameter. - Change - Class in org.assertj.db.type
-
Change in the database.
- ChangeAssert - Class in org.assertj.db.api
-
Assertion methods for a
Change
. - ChangeAssert(ChangesAssert, Change) - Constructor for class org.assertj.db.api.ChangeAssert
-
Constructor.
- ChangeColumnAssert - Class in org.assertj.db.api
-
Assertion methods for a
Column
of aChange
. - ChangeColumnAssert(ChangeAssert, String, Value, Value) - Constructor for class org.assertj.db.api.ChangeColumnAssert
-
Constructor.
- ChangeColumnOutputter - Class in org.assertj.db.output
-
Output methods for a
Column
of aChange
. - ChangeColumnOutputter(ChangeOutputter, String, Value, Value) - Constructor for class org.assertj.db.output.ChangeColumnOutputter
-
Constructor.
- ChangeColumnValueAssert - Class in org.assertj.db.api
-
Assertion methods for a value of a
Column
of aChange
. - ChangeColumnValueAssert(ChangeColumnAssert, Value) - Constructor for class org.assertj.db.api.ChangeColumnValueAssert
-
Constructor.
- ChangeColumnValueOutputter - Class in org.assertj.db.output
-
Output methods for a value of a
Column
of aChange
. - ChangeColumnValueOutputter(ChangeColumnOutputter, Value) - Constructor for class org.assertj.db.output.ChangeColumnValueOutputter
-
Constructor.
- ChangeComparator - Enum in org.assertj.db.util
-
Comparator for the
Change
. - ChangeElement - Interface in org.assertj.db.navigation.element
-
Interface that represents a element of navigation about change.
- changeOfCreation() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) in the list of changes. - changeOfCreation() - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) in the list of changes. - changeOfCreation() - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) in the list of changes. - changeOfCreation() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) in the list of changes. - changeOfCreation() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) in the list of changes. - changeOfCreation(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) at theindex
in parameter. - changeOfCreation(int) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) at theindex
in parameter. - changeOfCreation(int) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) at theindex
in parameter. - changeOfCreation(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) at theindex
in parameter. - changeOfCreation(int) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) at theindex
in parameter. - changeOfCreationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) on the tabletableName
in the list of changes. - changeOfCreationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) on the tabletableName
in the list of changes. - changeOfCreationOnTable(String) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) on the tabletableName
in the list of changes. - changeOfCreationOnTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) on the tabletableName
in the list of changes. - changeOfCreationOnTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
of creation (ChangeType.CREATION
) on the tabletableName
in the list of changes. - changeOfCreationOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) on the tabletableName
at theindex
in parameter. - changeOfCreationOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) on the tabletableName
at theindex
in parameter. - changeOfCreationOnTable(String, int) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) on the tabletableName
at theindex
in parameter. - changeOfCreationOnTable(String, int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) on the tabletableName
at theindex
in parameter. - changeOfCreationOnTable(String, int) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
of creation (ChangeType.CREATION
) on the tabletableName
at theindex
in parameter. - changeOfDeletion() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) in the list of changes. - changeOfDeletion() - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) in the list of changes. - changeOfDeletion() - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) in the list of changes. - changeOfDeletion() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) in the list of changes. - changeOfDeletion() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) in the list of changes. - changeOfDeletion(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) at theindex
in parameter. - changeOfDeletion(int) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) at theindex
in parameter. - changeOfDeletion(int) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) at theindex
in parameter. - changeOfDeletion(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) at theindex
in parameter. - changeOfDeletion(int) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) at theindex
in parameter. - changeOfDeletionOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) on the tabletableName
in the list of changes. - changeOfDeletionOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) on the tabletableName
in the list of changes. - changeOfDeletionOnTable(String) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) on the tabletableName
in the list of changes. - changeOfDeletionOnTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) on the tabletableName
in the list of changes. - changeOfDeletionOnTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
of deletion (ChangeType.DELETION
) on the tabletableName
in the list of changes. - changeOfDeletionOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) on the tabletableName
at theindex
in parameter. - changeOfDeletionOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) on the tabletableName
at theindex
in parameter. - changeOfDeletionOnTable(String, int) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) on the tabletableName
at theindex
in parameter. - changeOfDeletionOnTable(String, int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) on the tabletableName
at theindex
in parameter. - changeOfDeletionOnTable(String, int) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
of deletion (ChangeType.DELETION
) on the tabletableName
at theindex
in parameter. - changeOfModification() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) in the list of changes. - changeOfModification() - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) in the list of changes. - changeOfModification() - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) in the list of changes. - changeOfModification() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) in the list of changes. - changeOfModification() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) in the list of changes. - changeOfModification(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) at theindex
in parameter. - changeOfModification(int) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) at theindex
in parameter. - changeOfModification(int) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) at theindex
in parameter. - changeOfModification(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) at theindex
in parameter. - changeOfModification(int) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) at theindex
in parameter. - changeOfModificationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
in the list of changes. - changeOfModificationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
in the list of changes. - changeOfModificationOnTable(String) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
in the list of changes. - changeOfModificationOnTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
in the list of changes. - changeOfModificationOnTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
in the list of changes. - changeOfModificationOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
at theindex
in parameter. - changeOfModificationOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
at theindex
in parameter. - changeOfModificationOnTable(String, int) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
at theindex
in parameter. - changeOfModificationOnTable(String, int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
at theindex
in parameter. - changeOfModificationOnTable(String, int) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
of modification (ChangeType.MODIFICATION
) on the tabletableName
at theindex
in parameter. - changeOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the next
Change
on the tabletableName
in the list of changes. - changeOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the next
Change
on the tabletableName
in the list of changes. - changeOnTable(String) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the next
Change
on the tabletableName
in the list of changes. - changeOnTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the next
Change
on the tabletableName
in the list of changes. - changeOnTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the next
Change
on the tabletableName
in the list of changes. - changeOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
- changeOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
- changeOnTable(String, int) - Method in interface org.assertj.db.navigation.ToChange
- changeOnTable(String, int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
- changeOnTable(String, int) - Method in class org.assertj.db.output.ChangesOutputter
- changeOnTableWithPks(String, Object...) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns assertion methods on the
Change
on the tabletableName
corresponding to the primary key in parameter. - changeOnTableWithPks(String, Object...) - Method in class org.assertj.db.api.ChangesAssert
-
Returns assertion methods on the
Change
on the tabletableName
corresponding to the primary key in parameter. - changeOnTableWithPks(String, Object...) - Method in interface org.assertj.db.navigation.ToChange
-
Returns assertion methods on the
Change
on the tabletableName
corresponding to the primary key in parameter. - changeOnTableWithPks(String, Object...) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns assertion methods on the
Change
on the tabletableName
corresponding to the primary key in parameter. - changeOnTableWithPks(String, Object...) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns assertion methods on the
Change
on the tabletableName
corresponding to the primary key in parameter. - ChangeOutputter - Class in org.assertj.db.output
-
Output methods for a
Change
. - ChangeOutputter(ChangesOutputter, Change) - Constructor for class org.assertj.db.output.ChangeOutputter
-
Constructor.
- ChangeRowAssert - Class in org.assertj.db.api
-
Assertion methods for a
Row
of aChange
. - ChangeRowAssert(ChangeAssert, Row) - Constructor for class org.assertj.db.api.ChangeRowAssert
-
Constructor.
- ChangeRowOutputter - Class in org.assertj.db.output
-
Output methods for a
Row
of aChange
. - ChangeRowOutputter(ChangeOutputter, Row) - Constructor for class org.assertj.db.output.ChangeRowOutputter
-
Constructor.
- ChangeRowValueAssert - Class in org.assertj.db.api
-
Assertion methods for a value of a
Row
of aChange
. - ChangeRowValueAssert(ChangeRowAssert, Value) - Constructor for class org.assertj.db.api.ChangeRowValueAssert
-
Constructor.
- ChangeRowValueOutputter - Class in org.assertj.db.output
-
Output methods for a value of a
Row
of aChange
. - ChangeRowValueOutputter(ChangeRowOutputter, Value) - Constructor for class org.assertj.db.output.ChangeRowValueOutputter
-
Constructor.
- changes() - Method in class org.assertj.db.type.AssertDbConnection
-
Start building Changes element.
- Changes - Class in org.assertj.db.type
-
Changes in the database.
- Changes - Class in org.assertj.db.util
-
Utility methods related to changes.
- Changes.Builder - Class in org.assertj.db.type
-
Fluent
Changes
builder. - ChangesAssert - Class in org.assertj.db.api
-
Assertion methods for
Changes
. - ChangesAssert(ChangesAssert, Changes) - Constructor for class org.assertj.db.api.ChangesAssert
-
Constructor.
- ChangesAssert(Changes) - Constructor for class org.assertj.db.api.ChangesAssert
-
Constructor.
- ChangesElement - Interface in org.assertj.db.navigation.element
-
Interface that represents a element of navigation about changes.
- ChangesOutputter - Class in org.assertj.db.output
-
Output methods for
Changes
. - ChangesOutputter(ChangesOutputter, Changes) - Constructor for class org.assertj.db.output.ChangesOutputter
-
Constructor.
- ChangeType - Enum in org.assertj.db.type
-
Enumeration of the different types of change that are possible in the database (creation, modification or deletion of a row).
- collectRowsFromResultSet(ResultSet) - Method in class org.assertj.db.type.AbstractDbData
-
Collects rows from a
ResultSet
. - column - Variable in class org.assertj.db.api.AbstractColumnAssert
-
Column on which do the assertion.
- column() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
- column() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
- column() - Method in class org.assertj.db.api.AbstractDbAssert
- column() - Method in class org.assertj.db.api.ChangeAssert
- column() - Method in interface org.assertj.db.navigation.ToColumn
- column() - Method in class org.assertj.db.output.AbstractDbOutputter
- column() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRows
- column() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
- column() - Method in class org.assertj.db.output.ChangeOutputter
- column(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in class org.assertj.db.api.ChangeAssert
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in interface org.assertj.db.navigation.ToColumn
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in class org.assertj.db.output.AbstractDbOutputter
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRows
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(int) - Method in class org.assertj.db.output.ChangeOutputter
-
Returns assertion methods on the
Column
at theindex
in parameter. - column(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in class org.assertj.db.api.AbstractDbAssert
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in class org.assertj.db.api.ChangeAssert
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in interface org.assertj.db.navigation.ToColumn
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in class org.assertj.db.output.AbstractDbOutputter
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRows
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - column(String) - Method in class org.assertj.db.output.ChangeOutputter
-
Returns assertion methods on the
Column
corresponding to the column name in parameter. - Column - Class in org.assertj.db.type
-
Column in a
AbstractDbData
. - COLUMN_DEFAULT - Static variable in class org.assertj.db.type.lettercase.LetterCase
-
The default letter case for table.
- columnAmongTheModifiedOnes() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
- columnAmongTheModifiedOnes() - Method in class org.assertj.db.api.ChangeAssert
- columnAmongTheModifiedOnes() - Method in interface org.assertj.db.navigation.ToColumnFromChange
- columnAmongTheModifiedOnes() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
- columnAmongTheModifiedOnes() - Method in class org.assertj.db.output.ChangeOutputter
- columnAmongTheModifiedOnes(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
- columnAmongTheModifiedOnes(int) - Method in class org.assertj.db.api.ChangeAssert
- columnAmongTheModifiedOnes(int) - Method in interface org.assertj.db.navigation.ToColumnFromChange
- columnAmongTheModifiedOnes(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
- columnAmongTheModifiedOnes(int) - Method in class org.assertj.db.output.ChangeOutputter
- columnAmongTheModifiedOnes(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
- columnAmongTheModifiedOnes(String) - Method in class org.assertj.db.api.ChangeAssert
- columnAmongTheModifiedOnes(String) - Method in interface org.assertj.db.navigation.ToColumnFromChange
- columnAmongTheModifiedOnes(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
- columnAmongTheModifiedOnes(String) - Method in class org.assertj.db.output.ChangeOutputter
- ColumnElement - Interface in org.assertj.db.navigation.element
-
Interface that represents a element of navigation about column.
- columnLetterCase - Variable in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
Columns letter case.
- columnLetterCase - Variable in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
Columns letter case.
- columnName - Variable in class org.assertj.db.api.ChangeColumnAssert
-
The name of the column.
- columnsToCheck(String[]) - Method in class org.assertj.db.type.Table.Builder
-
Set the columns to check.
- columnsToExclude(String[]) - Method in class org.assertj.db.type.Table.Builder
-
Set the columns to exclude.
- columnsToOrder(Table.Order[]) - Method in class org.assertj.db.type.Table.Builder
-
Set order to use in SQL queries.
- compare(String, String) - Method in class org.assertj.db.type.lettercase.LetterCase
- compare(Change, Change) - Method in enum org.assertj.db.util.ChangeComparator
- compare(Row, Row) - Method in enum org.assertj.db.util.RowComparator
- compare(Value, Number) - Static method in class org.assertj.db.util.Values
-
Returns the result of the comparison between the value and the
Number
in parameter. - compareTo(DateTimeValue) - Method in class org.assertj.db.type.DateTimeValue
- compareTo(DateValue) - Method in class org.assertj.db.type.DateValue
- compareTo(TimeValue) - Method in class org.assertj.db.type.TimeValue
- ConnectionProvider - Interface in org.assertj.db.type
-
Represent access to a database with capacity to return schema metadata and settings for letter case management.
- contains(List<String>, String, CaseComparison) - Method in enum org.assertj.db.util.NameComparator
-
Returns if
namesList
containsname
by comparing usingcomparison
. - containsValues(byte[]...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains bytes.
- containsValues(byte[]...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains bytes.
- containsValues(A, WritableAssertionInfo, List<Value>, byte[]...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains bytes.
- containsValues(A, WritableAssertionInfo, List<Value>, Boolean...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains booleans.
- containsValues(A, WritableAssertionInfo, List<Value>, Character...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains characters.
- containsValues(A, WritableAssertionInfo, List<Value>, Number...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains numbers.
- containsValues(A, WritableAssertionInfo, List<Value>, Object...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains objects.
- containsValues(A, WritableAssertionInfo, List<Value>, String...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains texts.
- containsValues(A, WritableAssertionInfo, List<Value>, UUID...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains UUIDs.
- containsValues(A, WritableAssertionInfo, List<Value>, DateTimeValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains date/time values.
- containsValues(A, WritableAssertionInfo, List<Value>, DateValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains date values.
- containsValues(A, WritableAssertionInfo, List<Value>, TimeValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnContent
-
Verifies that the column contains time values.
- containsValues(Boolean...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains booleans.
- containsValues(Boolean...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains booleans.
- containsValues(Character...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains characters.
- containsValues(Character...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains characters.
- containsValues(Number...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains numbers.
- containsValues(Number...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains numbers.
- containsValues(Object...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains objects.
- containsValues(Object...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains objects.
- containsValues(String...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains texts.
- containsValues(String...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains texts.
- containsValues(UUID...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column containsUUIDs.
- containsValues(UUID...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column containsUUIDs.
- containsValues(DateTimeValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains date/time values.
- containsValues(DateTimeValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains date/time values.
- containsValues(DateValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains date values.
- containsValues(DateValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains date values.
- containsValues(TimeValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column contains time values.
- containsValues(TimeValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnContent
-
Verifies that the values of a column contains time values.
- controlIfAllThePksNameExistInTheColumns() - Method in class org.assertj.db.type.AbstractDbData
-
Controls that all the primary keys name exist in the columns.
- convert(String) - Method in interface org.assertj.db.type.lettercase.CaseConversion
-
Converts the
String
in parameter to another. - convert(String) - Method in class org.assertj.db.type.lettercase.LetterCase
-
Converts the
String
in parameter to another. - create() - Method in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
Build the Connection Provider
- create() - Method in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
Build the Connection Provider
- createConnectionProvider() - Method in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
Build the Connection Provider
- createConnectionProvider() - Method in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
Build the Connection Provider
- CREATION - Enum constant in enum org.assertj.db.type.ChangeType
-
The change is a creation of a row.
D
- DataSourceConnectionProvider - Class in org.assertj.db.type
-
The implementation of
ConnectionProvider
based on java.sql.DataSource. - DataType - Enum in org.assertj.db.type
-
Enumeration of the different type of data.
- DATE - Enum constant in enum org.assertj.db.type.ValueType
-
Date type.
- DATE_TIME - Enum constant in enum org.assertj.db.type.ValueType
-
Date/time type (TIMESTAMP column).
- DateTimeValue - Class in org.assertj.db.type
-
This class represents a date/time value in the database.
- DateTimeValue(String) - Constructor for class org.assertj.db.type.DateTimeValue
-
Constructor.
- DateTimeValue(Timestamp) - Constructor for class org.assertj.db.type.DateTimeValue
-
Constructor.
- DateTimeValue(LocalDateTime) - Constructor for class org.assertj.db.type.DateTimeValue
-
Constructor.
- DateTimeValue(Calendar) - Constructor for class org.assertj.db.type.DateTimeValue
-
Constructor.
- DateTimeValue(DateValue, TimeValue) - Constructor for class org.assertj.db.type.DateTimeValue
-
Constructor.
- DateValue - Class in org.assertj.db.type
-
This class represents a date value in the database.
- DateValue(int, int, int) - Constructor for class org.assertj.db.type.DateValue
-
Constructor.
- DateValue(String) - Constructor for class org.assertj.db.type.DateValue
-
Constructor.
- DateValue(Date) - Constructor for class org.assertj.db.type.DateValue
-
Constructor.
- DateValue(LocalDate) - Constructor for class org.assertj.db.type.DateValue
-
Constructor.
- DateValue(Calendar) - Constructor for class org.assertj.db.type.DateValue
-
Constructor.
- DateValueContainer - Interface in org.assertj.db.type
-
This interface indicates container of
DateValue
. - DbElement - Interface in org.assertj.db.type
-
Element in a database.
- DELETION - Enum constant in enum org.assertj.db.type.ChangeType
-
The change is a deletion of a row.
- delimiters(Character, Character) - Method in class org.assertj.db.type.Table.Builder
-
Set delimiters to use in SQL queries.
- desc(String) - Static method in class org.assertj.db.type.Table.Order
-
Builds the descending order.
- DESC - Enum constant in enum org.assertj.db.type.Table.Order.OrderType
-
Descending order.
- describedAs(String, Object...) - Method in class org.assertj.db.global.AbstractElement
- describedAs(Description) - Method in class org.assertj.db.global.AbstractElement
- Descriptions - Class in org.assertj.db.util
-
Utility methods related to descriptions.
- doesNotExist() - Method in interface org.assertj.db.api.assertions.AssertOnExistence
-
Verifies that the thing represented doesn't exist.
- doesNotExist() - Method in interface org.assertj.db.api.assertions.AssertOnRowOfChangeExistence
-
Verifies that the row of the change does not exist.
- doesNotExist() - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the row of the change does not exist.
- doesNotExist() - Method in class org.assertj.db.api.TableAssert
-
Verifies that the table doesn't exist.
- doesNotExist(A, WritableAssertionInfo, Row) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnRowOfChangeExistence
-
Verifies that the row of the change does not exist.
- doesNotExists(A, WritableAssertionInfo, String, ConnectionProvider) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnTableExistence
-
Verifies that the database not contains the table.
- doesNotHave(Condition<?>) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the actual value does not satisfy the given condition.
- doesNotHave(Condition<?>) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the actual value does not satisfy the given condition.
- doesNotHave(Condition<?>) - Method in interface org.assertj.db.api.assertions.AssertOnValueCondition
-
Verifies that the actual value does not satisfy the given condition.
- DYNAMIC - Enum constant in enum org.assertj.db.type.SchemaMetaDataMode
-
Retrieve schema metadata each time is required.
E
- Element - Interface in org.assertj.db.navigation.element
-
Interface that represents a element of navigation.
- equals(Object) - Method in class org.assertj.db.type.DateTimeValue
- equals(Object) - Method in class org.assertj.db.type.DateValue
- equals(Object) - Method in class org.assertj.db.type.Table.Order
- equals(Object) - Method in class org.assertj.db.type.TimeValue
- ErrorCollector - Class in org.assertj.db.api
-
Collects error messages of all AssertionErrors thrown by the proxied method.
- ErrorCollector() - Constructor for class org.assertj.db.api.ErrorCollector
-
Construct empty error collector.
- errors() - Method in class org.assertj.db.api.ErrorCollector
-
Return all errors collected.
- exists() - Method in interface org.assertj.db.api.assertions.AssertOnExistence
-
Verifies that the thing represented exist.
- exists() - Method in interface org.assertj.db.api.assertions.AssertOnRowOfChangeExistence
-
Verifies that the row of the change exists.
- exists() - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the row of the change exists.
- exists() - Method in class org.assertj.db.api.TableAssert
-
Verifies that the table exist.
- exists(A, WritableAssertionInfo, String, ConnectionProvider) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnTableExistence
-
Verifies that the table exists.
- exists(A, WritableAssertionInfo, Row) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnRowOfChangeExistence
-
Verifies that the row of the change exists.
F
- from(Date) - Static method in class org.assertj.db.type.DateValue
-
Makes an instance of date value from a
Date
. - from(Time) - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of time value from a
Time
. - from(Timestamp) - Static method in class org.assertj.db.type.DateTimeValue
-
Makes an instance of date/time value from a
Timestamp
. - from(LocalDate) - Static method in class org.assertj.db.type.DateValue
-
Makes an instance of date value from a
LocalDate
. - from(LocalDateTime) - Static method in class org.assertj.db.type.DateTimeValue
-
Makes an instance of date/time value from a
LocalDateTime
. - from(LocalTime) - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of time value from a
LocalTime
. - from(Calendar) - Static method in class org.assertj.db.type.DateTimeValue
-
Makes an instance of date/time value from a
Calendar
. - from(Calendar) - Static method in class org.assertj.db.type.DateValue
-
Makes an instance of date value from a
Calendar
. - from(Calendar) - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of time value from a
Calendar
.
G
- getChangeColumnInstance(Change) - Method in class org.assertj.db.navigation.PositionWithColumnsChange
-
Gets an instance of element corresponding to the index.
- getChangeColumnInstance(Change, int) - Method in class org.assertj.db.navigation.PositionWithColumnsChange
-
Gets an instance of element corresponding to the index.
- getChangeColumnInstance(Change, String, CaseComparison) - Method in class org.assertj.db.navigation.PositionWithColumnsChange
-
Gets an instance of element corresponding to the column name in parameter.
- getChangeColumnOutput(WritableAssertionInfo, String, Value, Value) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of a
Column
of aChange
. - getChangeColumnOutput(WritableAssertionInfo, String, Value, Value) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of a
Column
of aChange
. - getChangeDescription(WritableAssertionInfo, Changes, Change, int, ChangeType, String) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
changes
. - getChangeDescription(Changes, Change, int, ChangeType, String) - Method in class org.assertj.db.navigation.PositionWithChanges
-
Returns the description.
- getChangeInstance(Changes, ChangeType, String) - Method in class org.assertj.db.navigation.PositionWithChanges
-
Gets an instance of change assert corresponding to the index and the type of change.
- getChangeInstance(Changes, ChangeType, String, int) - Method in class org.assertj.db.navigation.PositionWithChanges
-
Gets an instance of change assert corresponding to the index and the type of change.
- getChangeInstanceWithPK(Changes, String, Object...) - Method in class org.assertj.db.navigation.PositionWithChanges
-
Gets an instance of change assert corresponding to the table and the primary keys.
- getChangeOutput(WritableAssertionInfo, Change) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of a
Change
. - getChangeOutput(WritableAssertionInfo, Change) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of a
Change
. - getChangesDescription(WritableAssertionInfo, ChangeType, String) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
changes
. - getChangesDescription(ChangeType, String) - Method in class org.assertj.db.navigation.PositionWithChanges
-
Returns the description.
- getChangesInstance(Changes, ChangeType, String) - Method in class org.assertj.db.navigation.PositionWithChanges
-
Gets an instance of changes corresponding to the index and the type of change.
- getChangesList() - Method in class org.assertj.db.type.Changes
-
Returns the list of the changes.
- getChangesOfTable(String) - Method in class org.assertj.db.type.Changes
-
Returns
Changes
only on the table name in parameter. - getChangesOfType(ChangeType) - Method in class org.assertj.db.type.Changes
-
Returns
Changes
only on the change type in parameter. - getChangesOutput(WritableAssertionInfo, Changes) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of
Changes
. - getChangesOutput(WritableAssertionInfo, Changes) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of
Changes
. - getChangeType() - Method in class org.assertj.db.type.Change
-
Returns the type of the change.
- getColumn(int) - Method in class org.assertj.db.type.AbstractDbData
-
Returns the column corresponding to the column index in parameter and the values inside the column.
- getColumnDescription(WritableAssertionInfo, int, String) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
column
. - getColumnLetterCase() - Method in class org.assertj.db.type.DataSourceConnectionProvider
- getColumnLetterCase() - Method in class org.assertj.db.type.JdbcUrlConnectionProvider
- getColumnLetterCase() - Method in class org.assertj.db.type.AbstractDbElement
-
Returns the letter case of the columns.
- getColumnLetterCase() - Method in class org.assertj.db.type.Change
-
Returns the letter case of the columns.
- getColumnLetterCase() - Method in class org.assertj.db.type.Column
-
Returns the letter case of the columns.
- getColumnLetterCase() - Method in interface org.assertj.db.type.lettercase.WithColumnLetterCase
-
Returns the letter case of the columns.
- getColumnLetterCase() - Method in class org.assertj.db.type.Row
-
Returns the letter case of the columns.
- getColumnLetterCase() - Method in class org.assertj.db.type.Value
-
Returns the letter case of the columns.
- getColumnName() - Method in class org.assertj.db.type.Value
-
Returns the name of the column.
- getColumnOutput(WritableAssertionInfo, Column) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of a
Column
. - getColumnOutput(WritableAssertionInfo, Column) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of a
Column
. - getColumnsList() - Method in class org.assertj.db.type.AbstractDbData
-
Returns the list of the values in columns for the data from database.
- getColumnsName(String) - Method in interface org.assertj.db.type.SchemaMetadata
-
Return list of name of columns discovered in database schema.
- getColumnsNameList() - Method in class org.assertj.db.type.AbstractDbData
-
Return the list of the columns name for the data from database.
- getColumnsNameList() - Method in class org.assertj.db.type.Change
-
Returns the list of the column names.
- getColumnsNameList() - Method in class org.assertj.db.type.Row
-
Returns the list of the columns name.
- getColumnsToCheck() - Method in class org.assertj.db.type.Table
-
Returns the columns to check (which are present in
AbstractDbData.getColumnsNameList()
). - getColumnsToExclude() - Method in class org.assertj.db.type.Table
-
Returns the columns to exclude (which are not present in
AbstractDbData.getColumnsNameList()
). - getColumnsToOrder() - Method in class org.assertj.db.type.Table
-
Returns the columns to order (which are used in
ORDER BY
). - getColumnValue(int) - Method in class org.assertj.db.type.Row
-
Returns the value corresponding to the column index.
- getColumnValue(String) - Method in class org.assertj.db.type.Row
-
Returns the value corresponding to the column name in the
Row
. - getColumnValueAtEndPointDescription(WritableAssertionInfo) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
value
of thecolumn
. - getColumnValueAtStartPointDescription(WritableAssertionInfo) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
value
of thecolumn
. - getColumnValueDescription(WritableAssertionInfo, int) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
value
of thecolumn
. - getComparisonName() - Method in interface org.assertj.db.type.lettercase.CaseComparison
-
Returns the name of the comparison.
- getComparisonName() - Method in class org.assertj.db.type.lettercase.LetterCase
-
Returns the name of the comparison.
- getConnection() - Method in class org.assertj.db.type.AbstractDbElement
-
Returns a
Connection
from theConnectionProvider
- getConnection() - Method in interface org.assertj.db.type.ConnectionProvider
-
Return SQL connection to database.
- getConnection() - Method in class org.assertj.db.type.DataSourceConnectionProvider
-
Return SQL connection to database.
- getConnection() - Method in class org.assertj.db.type.JdbcUrlConnectionProvider
-
Return SQL connection to database.
- getConnectionProvider() - Method in class org.assertj.db.type.AbstractDbElement
-
Return the connectionProvider.
- getConversionName() - Method in interface org.assertj.db.type.lettercase.CaseConversion
-
Returns the name of the conversion.
- getConversionName() - Method in class org.assertj.db.type.lettercase.LetterCase
-
Returns the name of the conversion.
- getDataName() - Method in class org.assertj.db.type.Change
-
Returns the name of the data on which is the change.
- getDataType() - Method in class org.assertj.db.type.AbstractDbData
-
Returns the type of the data on which is the change.
- getDataType() - Method in class org.assertj.db.type.Change
-
Returns the type of the data on which is the change.
- getDate() - Method in class org.assertj.db.type.DateTimeValue
-
Returns the date.
- getDate() - Method in class org.assertj.db.type.DateValue
-
Returns the date.
- getDate() - Method in interface org.assertj.db.type.DateValueContainer
-
Returns the date.
- getDayOfTheMonth() - Method in class org.assertj.db.type.DateValue
-
Returns the day of the month.
- getDbElement(List<D>, int) - Method in class org.assertj.db.navigation.Position
-
Returns the
Row
at theindex
in parameter. - getDescription(int) - Method in class org.assertj.db.navigation.Position
-
Returns the description.
- getDescription(int, String) - Method in class org.assertj.db.navigation.PositionWithColumnsChange
-
Returns the description.
- getDescription(Changes) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
changes
. - getDescription(Request) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
request
. - getDescription(Table) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
table
. - getDescriptionAtEndPoint() - Method in class org.assertj.db.navigation.PositionWithPoints
-
Returns the description at end point.
- getDescriptionAtStartPoint() - Method in class org.assertj.db.navigation.PositionWithPoints
-
Returns the description at start point.
- getEndDelimiter() - Method in class org.assertj.db.type.Table
-
Returns the end delimiter for column name and table name.
- getHours() - Method in class org.assertj.db.type.TimeValue
-
Returns the hours.
- getIndexesOfModifiedColumns(Change) - Static method in class org.assertj.db.util.Changes
-
Returns the indexes of the modified columns.
- getInfo() - Method in class org.assertj.db.global.AbstractElement
-
Returns the information about an element.
- getInstance(D) - Method in class org.assertj.db.navigation.PositionWithPoints
-
Gets an instance of element of navigation corresponding to the element in parameter.
- getInstance(List<D>) - Method in class org.assertj.db.navigation.Position
-
Gets an instance of element of navigation corresponding to the next index.
- getInstance(List<D>, int) - Method in class org.assertj.db.navigation.Position
-
Gets an instance of element of navigation corresponding to the index.
- getInstance(List<D>, List<String>, String, CaseComparison) - Method in class org.assertj.db.navigation.PositionWithColumns
-
Gets an instance of element of navigation corresponding to the column name.
- getInstanceAtEndPoint() - Method in class org.assertj.db.navigation.PositionWithPoints
-
Gets an instance of element of navigation at end point.
- getInstanceAtStartPoint() - Method in class org.assertj.db.navigation.PositionWithPoints
-
Gets an instance of element of navigation at start point.
- getLetterCase(CaseConversion, CaseComparison) - Static method in class org.assertj.db.type.lettercase.LetterCase
-
Returns a instance of a letter case.
- getMetaData() - Method in class org.assertj.db.type.DataSourceConnectionProvider
- getMetaData() - Method in class org.assertj.db.type.JdbcUrlConnectionProvider
- getMetaData() - Method in class org.assertj.db.type.AbstractDbElement
-
Returns a
SchemaMetadata
from theConnectionProvider
- getMetaData() - Method in interface org.assertj.db.type.ConnectionProvider
-
Return a accessor to retrieve database schema metadata.
- getMinutes() - Method in class org.assertj.db.type.TimeValue
-
Returns the minutes.
- getModifiedChangeColumnInstance(Change) - Method in class org.assertj.db.navigation.PositionWithColumnsChange
-
Gets an instance of next modified element.
- getModifiedChangeColumnInstance(Change, int) - Method in class org.assertj.db.navigation.PositionWithColumnsChange
-
Gets an instance of modified element corresponding to the index.
- getModifiedChangeColumnInstance(Change, String, CaseComparison) - Method in class org.assertj.db.navigation.PositionWithColumnsChange
-
Gets an instance of modified element corresponding to the column name in parameter.
- getMonth() - Method in class org.assertj.db.type.DateValue
-
Returns the month.
- getName() - Method in class org.assertj.db.type.Column
-
Returns the name of the column.
- getName() - Method in class org.assertj.db.type.Table
-
Return the name of the table.
- getName() - Method in class org.assertj.db.type.Table.Order
-
Returns the name of the order.
- getNanoSeconds() - Method in class org.assertj.db.type.TimeValue
-
Returns the nanoseconds.
- getNullValue(String, LetterCase) - Static method in class org.assertj.db.type.Value
-
Returns a NULL value.
- getOutput(Output) - Method in class org.assertj.db.output.AbstractColumnOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.AbstractOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.AbstractRowOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.AbstractValueOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.ChangeColumnOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.ChangeColumnValueOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.ChangeOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.ChangeRowOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.ChangeRowValueOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.RequestOutputter
-
Returns the output for the output
- getOutput(Output) - Method in class org.assertj.db.output.TableOutputter
-
Returns the output for the output
- getParameters() - Method in class org.assertj.db.type.Request
-
The parameters of the SQL request.
- getPksNameList() - Method in class org.assertj.db.type.AbstractDbData
-
Return the list of the primary key name for the data from database.
- getPksNameList() - Method in class org.assertj.db.type.Change
-
Return the list of the primary keys name.
- getPksNameList() - Method in class org.assertj.db.type.Row
-
Return the list of the primary keys name.
- getPksValueList() - Method in class org.assertj.db.type.Change
-
Return the list of the primary keys value.
- getPksValueList() - Method in class org.assertj.db.type.Row
-
Return the list of the primary keys value.
- getPksValues() - Method in class org.assertj.db.type.Row
-
Returns the primary keys value.
- getPossibleTypesForComparison(Object) - Static method in enum org.assertj.db.type.ValueType
-
Returns the types which are possible for the actual value (data) for the comparison with an expected value.
- getPrimaryKeyLetterCase() - Method in class org.assertj.db.type.DataSourceConnectionProvider
- getPrimaryKeyLetterCase() - Method in class org.assertj.db.type.JdbcUrlConnectionProvider
- getPrimaryKeyLetterCase() - Method in class org.assertj.db.type.AbstractDbElement
-
Returns the letter case of the primary keys.
- getPrimaryKeyLetterCase() - Method in class org.assertj.db.type.Change
-
Returns the letter case of the primary keys.
- getPrimaryKeyLetterCase() - Method in interface org.assertj.db.type.lettercase.WithPrimaryKeyLetterCase
-
Returns the letter case of the primary keys.
- getPrimaryKeyLetterCase() - Method in class org.assertj.db.type.Row
-
Returns the letter case of the primary keys.
- getPrimaryKeys(String) - Method in interface org.assertj.db.type.SchemaMetadata
-
Return list of primary keys discovered in database schema.
- getRepresentationFromValueInFrontOfClass(Value, Class<?>) - Static method in class org.assertj.db.util.Values
-
Returns a representation of the value (this representation is used for error message).
- getRepresentationFromValueInFrontOfExpected(Value, Object) - Static method in class org.assertj.db.util.Values
-
Returns a representation of the value (this representation is used for error message).
- getRepresentationsFromValuesInFrontOfExpected(Value[], Object[]) - Static method in class org.assertj.db.util.Values
-
Returns a representation of the values (this representation is used for error message).
- getRequest() - Method in class org.assertj.db.type.AbstractDbData
-
Returns the SQL request.
- getRequest() - Method in class org.assertj.db.type.Changes
-
Returns the
Request
. - getRequest() - Method in class org.assertj.db.type.Request
-
Returns the SQL request.
- getRequest() - Method in class org.assertj.db.type.Table
-
Returns the SQL request.
- getRequestAtEndPoint() - Method in class org.assertj.db.type.Changes
-
Returns the
Request
at end point. - getRequestAtStartPoint() - Method in class org.assertj.db.type.Changes
-
Returns the
Request
at start point. - getRequestOutput(WritableAssertionInfo, Request) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of a
Request
. - getRequestOutput(WritableAssertionInfo, Request) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of a
Request
. - getRow(int) - Method in class org.assertj.db.type.AbstractDbData
-
Returns the row corresponding to the index.
- getRowAtEndPoint() - Method in class org.assertj.db.type.Change
-
Returns the row at end point.
- getRowAtEndPointDescription(WritableAssertionInfo) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
row
. - getRowAtStartPoint() - Method in class org.assertj.db.type.Change
-
Returns the row at start point.
- getRowAtStartPointDescription(WritableAssertionInfo) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
row
. - getRowDescription(WritableAssertionInfo, int) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
row
. - getRowFromPksValues(Value...) - Method in class org.assertj.db.type.AbstractDbData
-
Returns the
Row
with the primary keys values in parameter. - getRowOutput(WritableAssertionInfo, Row) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of a
Row
. - getRowOutput(WritableAssertionInfo, Row) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of a
Row
. - getRowsList() - Method in class org.assertj.db.type.AbstractDbData
-
Returns the list of the values in rows for the data from database.
- getRowValue(int) - Method in class org.assertj.db.type.Column
-
Returns the value corresponding to the row index.
- getRowValueDescription(WritableAssertionInfo, int, String) - Static method in class org.assertj.db.util.Descriptions
-
Returns the description of the
value
of therow
. - getSeconds() - Method in class org.assertj.db.type.TimeValue
-
Returns the seconds.
- getStartDelimiter() - Method in class org.assertj.db.type.Table
-
Returns the start delimiter for column name and table name.
- getTableLetterCase() - Method in class org.assertj.db.type.DataSourceConnectionProvider
- getTableLetterCase() - Method in class org.assertj.db.type.JdbcUrlConnectionProvider
- getTableLetterCase() - Method in class org.assertj.db.type.AbstractDbElement
-
Returns the letter case of the tables.
- getTableLetterCase() - Method in class org.assertj.db.type.Change
-
Returns the letter case of the tables.
- getTableLetterCase() - Method in interface org.assertj.db.type.lettercase.WithTableLetterCase
-
Returns the letter case of the tables.
- getTableOutput(WritableAssertionInfo, Table) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of a
Table
. - getTableOutput(WritableAssertionInfo, Table) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of a
Table
. - getTablesAtEndPointList() - Method in class org.assertj.db.type.Changes
-
Returns the list of the
Table
s at end point. - getTablesAtStartPointList() - Method in class org.assertj.db.type.Changes
-
Returns the list of the
Table
s at start point. - getTablesList() - Method in class org.assertj.db.type.Changes
-
Returns the list of
Table
. - getTablesName() - Method in interface org.assertj.db.type.SchemaMetadata
-
Return list of name of tables discovered in database schema.
- getTime() - Method in class org.assertj.db.type.DateTimeValue
-
Returns the time.
- getType() - Method in class org.assertj.db.type.Table.Order
-
Returns the type of the order.
- getValue() - Method in class org.assertj.db.type.Value
-
Returns the value.
- getValueDescription(int) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Returns the value description.
- getValueDescription(int) - Method in class org.assertj.db.api.AbstractRowAssert
-
Returns the value description.
- getValueDescription(int) - Method in class org.assertj.db.api.AbstractSubAssert
-
Returns the value description.
- getValueDescription(int) - Method in class org.assertj.db.output.AbstractColumnOutputter
-
Returns the value description.
- getValueDescription(int) - Method in class org.assertj.db.output.AbstractRowOutputter
-
Returns the value description.
- getValueDescription(int) - Method in class org.assertj.db.output.AbstractSubOutputter
-
Returns the value description.
- getValueOutput(WritableAssertionInfo, Value) - Method in interface org.assertj.db.output.impl.Output
-
Returns the output of a value.
- getValueOutput(WritableAssertionInfo, Value) - Method in enum org.assertj.db.output.impl.OutputType
-
Returns the output of a value.
- getValuePosition() - Method in class org.assertj.db.api.AbstractColumnAssert
-
Returns the position of navigation to value.
- getValuePosition() - Method in class org.assertj.db.api.AbstractRowAssert
-
Returns the position of navigation to value.
- getValuePosition() - Method in class org.assertj.db.api.AbstractSubAssert
-
Returns the position of navigation to value.
- getValuePosition() - Method in class org.assertj.db.output.AbstractColumnOutputter
-
Returns the position of navigation to value.
- getValuePosition() - Method in class org.assertj.db.output.AbstractRowOutputter
-
Returns the position of navigation to value.
- getValuePosition() - Method in class org.assertj.db.output.AbstractSubOutputter
-
Returns the position of navigation to value.
- getValuesList() - Method in class org.assertj.db.api.AbstractColumnAssert
-
Returns the list of values.
- getValuesList() - Method in class org.assertj.db.api.AbstractRowAssert
-
Returns the list of values.
- getValuesList() - Method in class org.assertj.db.api.AbstractSubAssert
-
Returns the list of values.
- getValuesList() - Method in class org.assertj.db.output.AbstractColumnOutputter
-
Returns the list of values.
- getValuesList() - Method in class org.assertj.db.output.AbstractRowOutputter
-
Returns the list of values.
- getValuesList() - Method in class org.assertj.db.output.AbstractSubOutputter
-
Returns the list of values.
- getValuesList() - Method in class org.assertj.db.type.Column
-
Returns the values of the column.
- getValuesList() - Method in class org.assertj.db.type.Row
-
Returns the list of the values for the data from database.
- getValueType() - Method in class org.assertj.db.type.Value
-
Returns the type of the value.
- getValueTypeRepresentation() - Method in class org.assertj.db.type.Value
-
Returns the representation of the type of the value.
- getYear() - Method in class org.assertj.db.type.DateValue
-
Returns the year.
H
- has(Condition<?>) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the actual value satisfies the given condition.
- has(Condition<?>) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the actual value satisfies the given condition.
- has(Condition<?>) - Method in interface org.assertj.db.api.assertions.AssertOnValueCondition
-
Verifies that the actual value satisfies the given condition.
- hasColumnName(A, WritableAssertionInfo, String, String, LetterCase) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnName
-
Verifies that the name of a column is equal to the parameter.
- hasColumnName(String) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the name of a column is equal to the parameter.
- hasColumnName(String) - Method in class org.assertj.db.api.AbstractRowValueAssert
-
Verifies that the name of a column is equal to the parameter.
- hasColumnName(String) - Method in interface org.assertj.db.api.assertions.AssertOnColumnName
-
Verifies that the name of a column is equal to the parameter.
- hasColumnName(String) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the name of a column is equal to the parameter.
- hasColumnName(String) - Method in class org.assertj.db.api.ChangeRowValueAssert
-
Verifies that the name of a column is equal to the parameter.
- hashCode() - Method in class org.assertj.db.type.DateTimeValue
- hashCode() - Method in class org.assertj.db.type.DateValue
- hashCode() - Method in class org.assertj.db.type.Table.Order
- hashCode() - Method in class org.assertj.db.type.TimeValue
- hasModifiedColumns(A, WritableAssertionInfo, Change, Integer...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
-
Verifies that the indexes of columns with a modification in the values between the start point and the end point is equals to the parameters.
- hasModifiedColumns(A, WritableAssertionInfo, Change, LetterCase, String...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
-
Verifies that the names of columns with a modification in the values between the start point and the end point is equals to the parameters.
- hasModifiedColumns(Integer...) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
-
Verifies that the indexes of columns with a modification in the values between the start point and the end point is equals to the parameters.
- hasModifiedColumns(Integer...) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the indexes of columns with a modification in the values between the start point and the end point is equals to the parameters.
- hasModifiedColumns(String...) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
-
Verifies that the names of columns with a modification in the values between the start point and the end point is equals to the parameters.
- hasModifiedColumns(String...) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the names of columns with a modification in the values between the start point and the end point is equals to the parameters.
- hasNumberOfChanges(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfChanges
-
Verifies that the number of changes is equal to the number in parameter.
- hasNumberOfChanges(int) - Method in class org.assertj.db.api.ChangesAssert
-
Verifies that the number of changes is equal to the number in parameter.
- hasNumberOfChanges(A, WritableAssertionInfo, Changes, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfChanges
-
Verifies that the number of changes is equal to the number in parameter.
- hasNumberOfChangesGreaterThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfChanges
-
Verifies that the number of changes is greater than the number in parameter.
- hasNumberOfChangesGreaterThan(int) - Method in class org.assertj.db.api.ChangesAssert
-
Verifies that the number of changes is greater than the number in parameter.
- hasNumberOfChangesGreaterThan(A, WritableAssertionInfo, Changes, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfChanges
-
Verifies that the number of changes is greater than the number in parameter.
- hasNumberOfChangesGreaterThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfChanges
-
Verifies that the number of changes is greater than or equal to the number in parameter.
- hasNumberOfChangesGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangesAssert
-
Verifies that the number of changes is greater than or equal to the number in parameter.
- hasNumberOfChangesGreaterThanOrEqualTo(A, WritableAssertionInfo, Changes, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfChanges
-
Verifies that the number of changes is greater than or equal to the number in parameter.
- hasNumberOfChangesLessThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfChanges
-
Verifies that the number of changes is less than the number in parameter.
- hasNumberOfChangesLessThan(int) - Method in class org.assertj.db.api.ChangesAssert
-
Verifies that the number of changes is less than the number in parameter.
- hasNumberOfChangesLessThan(A, WritableAssertionInfo, Changes, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfChanges
-
Verifies that the number of changes is less to the number in parameter.
- hasNumberOfChangesLessThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfChanges
-
Verifies that the number of changes is less than or equal to the number in parameter.
- hasNumberOfChangesLessThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangesAssert
-
Verifies that the number of changes is less than or equal to the number in parameter.
- hasNumberOfChangesLessThanOrEqualTo(A, WritableAssertionInfo, Changes, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfChanges
-
Verifies that the number of changes is less than or equal to the number in parameter.
- hasNumberOfColumns(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of columns is equal to the number in parameter.
- hasNumberOfColumns(int) - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that the number of columns is equal to the number in parameter.
- hasNumberOfColumns(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfColumns
-
Verifies that the number of columns is equal to the number in parameter.
- hasNumberOfColumns(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns is equal to the number in parameter.
- hasNumberOfColumns(int) - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the number of columns is equal to the number in parameter.
- hasNumberOfColumns(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfColumns
-
Verifies that the number of columns is equal to the number in parameter.
- hasNumberOfColumnsGreaterThan(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of columns is greater than the number in parameter.
- hasNumberOfColumnsGreaterThan(int) - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that the number of columns is greater than the number in parameter.
- hasNumberOfColumnsGreaterThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfColumns
-
Verifies that the number of columns is greater than the number in parameter.
- hasNumberOfColumnsGreaterThan(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns is greater than the number in parameter.
- hasNumberOfColumnsGreaterThan(int) - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the number of columns is greater than the number in parameter.
- hasNumberOfColumnsGreaterThan(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfColumns
-
Verifies that the number of columns is greater than the number in parameter.
- hasNumberOfColumnsGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of columns is greater than or equal to the number in parameter.
- hasNumberOfColumnsGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that the number of columns is greater than or equal to the number in parameter.
- hasNumberOfColumnsGreaterThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfColumns
-
Verifies that the number of columns is greater than or equal to the number in parameter.
- hasNumberOfColumnsGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns is greater than or equal to the number in parameter.
- hasNumberOfColumnsGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the number of columns is greater than or equal to the number in parameter.
- hasNumberOfColumnsGreaterThanOrEqualTo(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfColumns
-
Verifies that the number of columns is greater than or equal to the number in parameter.
- hasNumberOfColumnsLessThan(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of columns is less than the number in parameter.
- hasNumberOfColumnsLessThan(int) - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that the number of columns is less than the number in parameter.
- hasNumberOfColumnsLessThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfColumns
-
Verifies that the number of columns is less than the number in parameter.
- hasNumberOfColumnsLessThan(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns is less than the number in parameter.
- hasNumberOfColumnsLessThan(int) - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the number of columns is less than the number in parameter.
- hasNumberOfColumnsLessThan(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfColumns
-
Verifies that the number of columns is less than the number in parameter.
- hasNumberOfColumnsLessThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of columns is less than or equal to the number in parameter.
- hasNumberOfColumnsLessThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that the number of columns is less than or equal to the number in parameter.
- hasNumberOfColumnsLessThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfColumns
-
Verifies that the number of columns is less than or equal to the number in parameter.
- hasNumberOfColumnsLessThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns is less than or equal to the number in parameter.
- hasNumberOfColumnsLessThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the number of columns is less than or equal to the number in parameter.
- hasNumberOfColumnsLessThanOrEqualTo(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfColumns
-
Verifies that the number of columns is less than or equal to the number in parameter.
- hasNumberOfModifiedColumns(int) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is equals to the number in parameter.
- hasNumberOfModifiedColumns(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns with a modification in the values between the start point and the end point is equals to the number in parameter.
- hasNumberOfModifiedColumns(A, WritableAssertionInfo, Change, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is equals to the number in parameter.
- hasNumberOfModifiedColumnsGreaterThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is greater than the number in parameter.
- hasNumberOfModifiedColumnsGreaterThan(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns with a modification in the values between the start point and the end point is greater than the number in parameter.
- hasNumberOfModifiedColumnsGreaterThan(A, WritableAssertionInfo, Change, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is greater than the number in parameter.
- hasNumberOfModifiedColumnsGreaterThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is greater than or equal to the number in parameter.
- hasNumberOfModifiedColumnsGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns with a modification in the values between the start point and the end point is greater than or equal to the number in parameter.
- hasNumberOfModifiedColumnsGreaterThanOrEqualTo(A, WritableAssertionInfo, Change, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is greater than or equal to the number in parameter.
- hasNumberOfModifiedColumnsLessThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is less than the number in parameter.
- hasNumberOfModifiedColumnsLessThan(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns with a modification in the values between the start point and the end point is less than the number in parameter.
- hasNumberOfModifiedColumnsLessThan(A, WritableAssertionInfo, Change, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is less than the number in parameter.
- hasNumberOfModifiedColumnsLessThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is less than or equal to the number in parameter.
- hasNumberOfModifiedColumnsLessThanOrEqualTo(int) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the number of columns with a modification in the values between the start point and the end point is less than or equal to the number in parameter.
- hasNumberOfModifiedColumnsLessThanOrEqualTo(A, WritableAssertionInfo, Change, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
-
Verifies that the number of columns with a modification in the values between the start point and the end point is less than or equal to the number in parameter.
- hasNumberOfRows(int) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the number of rows is equal to the number in parameter.
- hasNumberOfRows(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of rows is equal to the number in parameter.
- hasNumberOfRows(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfRows
-
Verifies that the number of rows is equal to the number in parameter.
- hasNumberOfRows(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfRows
-
Verifies that the number of rows is equal to the number in parameter.
- hasNumberOfRowsGreaterThan(int) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the number of rows is greater than the number in parameter.
- hasNumberOfRowsGreaterThan(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of rows is greater than the number in parameter.
- hasNumberOfRowsGreaterThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfRows
-
Verifies that the number of rows is greater than the number in parameter.
- hasNumberOfRowsGreaterThan(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfRows
-
Verifies that the number of rows is greater than the number in parameter.
- hasNumberOfRowsGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the number of rows is greater than or equal to the number in parameter.
- hasNumberOfRowsGreaterThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of rows is greater than or equal to the number in parameter.
- hasNumberOfRowsGreaterThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfRows
-
Verifies that the number of rows is greater than or equal to the number in parameter.
- hasNumberOfRowsGreaterThanOrEqualTo(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfRows
-
Verifies that the number of rows is greater than or equal to the number in parameter.
- hasNumberOfRowsLessThan(int) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the number of rows is less than the number in parameter.
- hasNumberOfRowsLessThan(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of rows is less than the number in parameter.
- hasNumberOfRowsLessThan(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfRows
-
Verifies that the number of rows is less than the number in parameter.
- hasNumberOfRowsLessThan(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfRows
-
Verifies that the number of rows is less than the number in parameter.
- hasNumberOfRowsLessThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the number of rows is less than or equal to the number in parameter.
- hasNumberOfRowsLessThanOrEqualTo(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of rows is less than or equal to the number in parameter.
- hasNumberOfRowsLessThanOrEqualTo(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfRows
-
Verifies that the number of rows is less than or equal to the number in parameter.
- hasNumberOfRowsLessThanOrEqualTo(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfRows
-
Verifies that the number of rows is less than or equal to the number in parameter.
- hasOnlyNotNullValues() - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that all the values of the column are not
null
. - hasOnlyNotNullValues() - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that all the values of the row are not
null
. - hasOnlyNotNullValues() - Method in interface org.assertj.db.api.assertions.AssertOnColumnNullity
-
Verifies that all the values of the column are not
null
. - hasOnlyNotNullValues() - Method in interface org.assertj.db.api.assertions.AssertOnRowNullity
-
Verifies that all the values of the row are not
null
. - hasOnlyNotNullValues(A, WritableAssertionInfo, List<Value>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValuesNullity
-
Verifies that all the values of the column are not
null
. - hasOnlyNullValues() - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that all the values of the column are
null
. - hasOnlyNullValues() - Method in interface org.assertj.db.api.assertions.AssertOnColumnNullity
-
Verifies that all the values of the column are
null
. - hasOnlyNullValues(A, WritableAssertionInfo, List<Value>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValuesNullity
-
Verifies that all the values of the column are
null
. - hasPksNames(A, WritableAssertionInfo, Change, LetterCase, String...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnPrimaryKey
-
Verifies that the columns og the primary key of the rows of the change is the same as the parameters.
- hasPksNames(String...) - Method in interface org.assertj.db.api.assertions.AssertOnPrimaryKey
-
Verifies that the columns og the primary key of the rows of the change is the same as the parameters.
- hasPksNames(String...) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the columns og the primary key of the rows of the change is the same as the parameters.
- hasPksValues(A, WritableAssertionInfo, Change, Object...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnPrimaryKey
-
Verifies that the values of the primary key of the rows of the change are the same as the parameters.
- hasPksValues(Object...) - Method in interface org.assertj.db.api.assertions.AssertOnPrimaryKey
-
Verifies that the values of the primary key of the rows of the change are the same as the parameters.
- hasPksValues(Object...) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the values of the primary key of the rows of the change are the same as the parameters.
- hasPksValuesEqualTo(Value[]) - Method in class org.assertj.db.type.Row
-
Returns if the values of the primary keys are equal to the values in parameter.
- hasValues(byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to bytes.
- hasValues(byte[]) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to bytes.
- hasValues(byte[]...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to bytes.
- hasValues(byte[]...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to bytes.
- hasValues(byte[], byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(byte[], byte[]) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(A, WritableAssertionInfo, List<Value>, byte[]...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to bytes.
- hasValues(A, WritableAssertionInfo, List<Value>, Boolean...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to booleans.
- hasValues(A, WritableAssertionInfo, List<Value>, Character...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to characters.
- hasValues(A, WritableAssertionInfo, List<Value>, Number...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to numbers.
- hasValues(A, WritableAssertionInfo, List<Value>, Object...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to objects.
- hasValues(A, WritableAssertionInfo, List<Value>, Object...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnRowEquality
-
Verifies that the values of a column are equal to values in parameter.
- hasValues(A, WritableAssertionInfo, List<Value>, String...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to texts.
- hasValues(A, WritableAssertionInfo, List<Value>, UUID...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to UUIDs.
- hasValues(A, WritableAssertionInfo, List<Value>, DateTimeValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to date/time values.
- hasValues(A, WritableAssertionInfo, List<Value>, DateValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to date values.
- hasValues(A, WritableAssertionInfo, List<Value>, TimeValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
-
Verifies that the values of a column are equal to time values.
- hasValues(A, WritableAssertionInfo, Value, Value, byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to bytes.
- hasValues(A, WritableAssertionInfo, Value, Value, byte[], byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a boolean.
- hasValues(A, WritableAssertionInfo, Value, Value, Boolean, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, Character) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a character.
- hasValues(A, WritableAssertionInfo, Value, Value, Character, Character) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a number.
- hasValues(A, WritableAssertionInfo, Value, Value, Number, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a object.
- hasValues(A, WritableAssertionInfo, Value, Value, Object, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a boolean for start point and another object for end point.
- hasValues(A, WritableAssertionInfo, Value, Value, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a text.
- hasValues(A, WritableAssertionInfo, Value, Value, String, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, UUID) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to an UUID.
- hasValues(A, WritableAssertionInfo, Value, Value, UUID, UUID) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a date/time.
- hasValues(A, WritableAssertionInfo, Value, Value, DateTimeValue, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a date.
- hasValues(A, WritableAssertionInfo, Value, Value, DateValue, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(A, WritableAssertionInfo, Value, Value, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a time.
- hasValues(A, WritableAssertionInfo, Value, Value, TimeValue, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
-
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.
- hasValues(Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a boolean.
- hasValues(Boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a boolean.
- hasValues(Boolean...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to booleans.
- hasValues(Boolean...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to booleans.
- hasValues(Boolean, Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(Boolean, Boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(Character) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a character.
- hasValues(Character) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a character.
- hasValues(Character...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to characters.
- hasValues(Character...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to characters.
- hasValues(Character, Character) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(Character, Character) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(Number) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a number.
- hasValues(Number) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a number.
- hasValues(Number...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to numbers.
- hasValues(Number...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to numbers.
- hasValues(Number, Number) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(Number, Number) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(Object) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a object.
- hasValues(Object) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a object.
- hasValues(Object...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to objects.
- hasValues(Object...) - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that the values of a row are equal to values in parameter.
- hasValues(Object...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to objects.
- hasValues(Object...) - Method in interface org.assertj.db.api.assertions.AssertOnRowEquality
-
Verifies that the values of a row are equal to values in parameter.
- hasValues(Object...) - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the values of a row are equal to values in parameter.
- hasValues(Object, Object) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(Object, Object) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(String) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a text.
- hasValues(String) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a text.
- hasValues(String...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to texts.
- hasValues(String...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to texts.
- hasValues(String, String) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(String, String) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(UUID) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to an UUID.
- hasValues(UUID) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to an UUID.
- hasValues(UUID...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to UUIDs.
- hasValues(UUID...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to UUIDs.
- hasValues(UUID, UUID) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(UUID, UUID) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a date/time.
- hasValues(DateTimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a date/time.
- hasValues(DateTimeValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to date/time values.
- hasValues(DateTimeValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to date/time values.
- hasValues(DateTimeValue, DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(DateTimeValue, DateTimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a date.
- hasValues(DateValue) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a date.
- hasValues(DateValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to date values.
- hasValues(DateValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to date values.
- hasValues(DateValue, DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(DateValue, DateValue) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValues(Row) - Method in class org.assertj.db.type.Row
-
Returns if the values are equal to the value of the
Row
in parameter. - hasValues(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
Verifies that the values at the start point and the end point are equal to a time.
- hasValues(TimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the values at the start point and the end point are equal to a time.
- hasValues(TimeValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the values of a column are equal to time values.
- hasValues(TimeValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
-
Verifies that the values of a column are equal to time values.
- hasValues(TimeValue, TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
-
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.
- hasValues(TimeValue, TimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
-
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.
- hasValuesSatisfying(A, WritableAssertionInfo, List<Value>, Object...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnRowCondition
-
Verifies that the values of a row satisfy to conditions in parameter.
- hasValuesSatisfying(Object...) - Method in class org.assertj.db.api.AbstractRowAssert
-
Verifies that the values of a row satisfy to conditions in parameter.
- hasValuesSatisfying(Object...) - Method in interface org.assertj.db.api.assertions.AssertOnRowCondition
-
Verifies that the values of a row satisfy to conditions in parameter.
- hasValuesSatisfying(Object...) - Method in class org.assertj.db.api.ChangeRowAssert
-
Verifies that the values of a row satisfy to conditions in parameter.
- HTML - Enum constant in enum org.assertj.db.output.impl.OutputType
-
Html output.
I
- IGNORE - Enum constant in enum org.assertj.db.type.lettercase.CaseComparisons
-
Comparison on
String
which ignore the case. - indexOf(List<String>, String, CaseComparison) - Method in enum org.assertj.db.util.NameComparator
-
Returns the index of
name
innamesList
by comparing usingcomparison
. - info - Variable in class org.assertj.db.global.AbstractElement
-
Writable information about an element.
- INSTANCE - Enum constant in enum org.assertj.db.util.ChangeComparator
-
The singleton
- INSTANCE - Enum constant in enum org.assertj.db.util.NameComparator
-
The singleton
- INSTANCE - Enum constant in enum org.assertj.db.util.RowComparator
-
The singleton
- intercept(Object, Callable<?>, Method, Object) - Method in class org.assertj.db.api.ErrorCollector
-
Apply interception of assertion method to collect exception and avoid stop the assertion flow on the first error.
- intercept(Callable<?>) - Method in class org.assertj.db.api.ProxifyPositionResult
-
Method called during interception of positional method.
- is(A, WritableAssertionInfo, Value, Condition<?>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCondition
-
Verifies that the value match with condition.
- is(Condition<?>) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the actual value satisfies the given condition.
- is(Condition<?>) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the actual value satisfies the given condition.
- is(Condition<?>) - Method in interface org.assertj.db.api.assertions.AssertOnValueCondition
-
Verifies that the actual value satisfies the given condition.
- isAfter(A, WritableAssertionInfo, Value, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after a date, time or date/time represented by a
String
. - isAfter(A, WritableAssertionInfo, Value, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after a date/time value.
- isAfter(A, WritableAssertionInfo, Value, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after a date value.
- isAfter(A, WritableAssertionInfo, Value, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after a time value.
- isAfter(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after a date, time or date/time represented by a
String
. - isAfter(String) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after a date, time or date/time represented by a
String
. - isAfter(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after a date, time or date/time represented by a
String
. - isAfter(LocalDate) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after a date value.
- isAfter(LocalDate) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after a date value.
- isAfter(LocalDate) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after a date value.
- isAfter(LocalDateTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after a date/time value.
- isAfter(LocalDateTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after a date/time value.
- isAfter(LocalDateTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after a date/time value.
- isAfter(LocalTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after a time value.
- isAfter(LocalTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after a time value.
- isAfter(LocalTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after a time value.
- isAfter(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after a date/time value.
- isAfter(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after a date/time value.
- isAfter(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after a date/time value.
- isAfter(DateTimeValue) - Method in class org.assertj.db.type.DateTimeValue
-
Returns if this date/time value is after the date/time value in parameter.
- isAfter(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after a date value.
- isAfter(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after a date value.
- isAfter(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after a date value.
- isAfter(DateValue) - Method in class org.assertj.db.type.DateValue
-
Returns if this date value is after the date value in parameter.
- isAfter(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after a time value.
- isAfter(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after a time value.
- isAfter(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after a time value.
- isAfter(TimeValue) - Method in class org.assertj.db.type.TimeValue
-
Returns if this time value is after the time value in parameter.
- isAfterOrEqualTo(A, WritableAssertionInfo, Value, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after or equal to a date, time or date/time represented by a
String
. - isAfterOrEqualTo(A, WritableAssertionInfo, Value, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after or equal to a date/time value.
- isAfterOrEqualTo(A, WritableAssertionInfo, Value, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after or equal to a date value.
- isAfterOrEqualTo(A, WritableAssertionInfo, Value, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is after or equal to a time value.
- isAfterOrEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after or equal to a date, time or date/time represented by a
String
. - isAfterOrEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after or equal to a date, time or date/time represented by a
String
. - isAfterOrEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after or equal to a date, time or date/time represented by a
String
. - isAfterOrEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after or equal to a date value.
- isAfterOrEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after or equal to a date value.
- isAfterOrEqualTo(LocalDate) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after or equal to a date value.
- isAfterOrEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after or equal to a date/time value.
- isAfterOrEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after or equal to a date/time value.
- isAfterOrEqualTo(LocalDateTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after or equal to a date/time value.
- isAfterOrEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after or equal to a time value.
- isAfterOrEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after or equal to a time value.
- isAfterOrEqualTo(LocalTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after or equal to a time value.
- isAfterOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after or equal to a date/time value.
- isAfterOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after or equal to a date/time value.
- isAfterOrEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after or equal to a date/time value.
- isAfterOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after or equal to a date value.
- isAfterOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after or equal to a date value.
- isAfterOrEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after or equal to a date value.
- isAfterOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is after or equal to a time value.
- isAfterOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is after or equal to a time value.
- isAfterOrEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is after or equal to a time value.
- isBefore(A, WritableAssertionInfo, Value, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before a date, time or date/time represented by a
String
. - isBefore(A, WritableAssertionInfo, Value, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before a date/time value.
- isBefore(A, WritableAssertionInfo, Value, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before a date value.
- isBefore(A, WritableAssertionInfo, Value, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before a time value.
- isBefore(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before a date, time or date/time represented by a
String
. - isBefore(String) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before a date, time or date/time represented by a
String
. - isBefore(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before a date, time or date/time represented by a
String
. - isBefore(LocalDate) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before a date value.
- isBefore(LocalDate) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before a date value.
- isBefore(LocalDate) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before a date value.
- isBefore(LocalDateTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before a date/time value.
- isBefore(LocalDateTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before a date/time value.
- isBefore(LocalDateTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before a date/time value.
- isBefore(LocalTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before a time value.
- isBefore(LocalTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before a time value.
- isBefore(LocalTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before a time value.
- isBefore(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before a date/time value.
- isBefore(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before a date/time value.
- isBefore(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before a date/time value.
- isBefore(DateTimeValue) - Method in class org.assertj.db.type.DateTimeValue
-
Returns if this date/time value is before the date/time value in parameter.
- isBefore(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before a date value.
- isBefore(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before a date value.
- isBefore(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before a date value.
- isBefore(DateValue) - Method in class org.assertj.db.type.DateValue
-
Returns if this date value is before the date value in parameter.
- isBefore(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before a time value.
- isBefore(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before a time value.
- isBefore(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before a time value.
- isBefore(TimeValue) - Method in class org.assertj.db.type.TimeValue
-
Returns if this time value is before the time value in parameter.
- isBeforeOrEqualTo(A, WritableAssertionInfo, Value, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before or equal to a date, time or date/time represented by a
String
. - isBeforeOrEqualTo(A, WritableAssertionInfo, Value, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before or equal to a date/time value.
- isBeforeOrEqualTo(A, WritableAssertionInfo, Value, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before or equal to a date value.
- isBeforeOrEqualTo(A, WritableAssertionInfo, Value, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
-
Verifies that the value is before or equal to a time value.
- isBeforeOrEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before or equal to a date, time or date/time represented by a
String
. - isBeforeOrEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before or equal to a date, time or date/time represented by a
String
. - isBeforeOrEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before or equal to a date, time or date/time represented by a
String
. - isBeforeOrEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before or equal to a date value.
- isBeforeOrEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before or equal to a date value.
- isBeforeOrEqualTo(LocalDate) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before or equal to a date value.
- isBeforeOrEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before or equal to a date/time value.
- isBeforeOrEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before or equal to a date/time value.
- isBeforeOrEqualTo(LocalDateTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before or equal to a date/time value.
- isBeforeOrEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before or equal to a time value.
- isBeforeOrEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before or equal to a time value.
- isBeforeOrEqualTo(LocalTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before or equal to a time value.
- isBeforeOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before or equal to a date/time value.
- isBeforeOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before or equal to a date/time value.
- isBeforeOrEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before or equal to a date/time value.
- isBeforeOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before or equal to a date value.
- isBeforeOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before or equal to a date value.
- isBeforeOrEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before or equal to a date value.
- isBeforeOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is before or equal to a time value.
- isBeforeOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is before or equal to a time value.
- isBeforeOrEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
-
Verifies that the value is before or equal to a time value.
- isBoolean() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is a boolean.
- isBoolean() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is a boolean.
- isBoolean() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is a boolean.
- isBoolean(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is boolean.
- isBoolean(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is boolean.
- isBoolean(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is boolean.
- isBoolean(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is boolean.
- isBoolean(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is a boolean.
- isBoolean(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is boolean.
- isBytes() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is a array of bytes.
- isBytes() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is a array of bytes.
- isBytes() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is a array of bytes.
- isBytes(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is array of bytes.
- isBytes(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is array of bytes.
- isBytes(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is array of bytes.
- isBytes(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is array of bytes.
- isBytes(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is a array of bytes.
- isBytes(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is array of bytes.
- isCloseTo(A, WritableAssertionInfo, Value, Number, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a number.
- isCloseTo(A, WritableAssertionInfo, Value, DateTimeValue, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a date/time.
- isCloseTo(A, WritableAssertionInfo, Value, DateTimeValue, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a date/time.
- isCloseTo(A, WritableAssertionInfo, Value, DateTimeValue, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a date/time.
- isCloseTo(A, WritableAssertionInfo, Value, DateValue, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a date.
- isCloseTo(A, WritableAssertionInfo, Value, DateValue, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a date.
- isCloseTo(A, WritableAssertionInfo, Value, DateValue, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a date.
- isCloseTo(A, WritableAssertionInfo, Value, TimeValue, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCloseness
-
Verifies that the value is close to a time.
- isCloseTo(Number, Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a number.
- isCloseTo(Number, Number) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a number.
- isCloseTo(Number, Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a number.
- isCloseTo(DateTimeValue, DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a date/time.
- isCloseTo(DateTimeValue, TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a date/time.
- isCloseTo(DateValue, DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a date.
- isCloseTo(DateValue, TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a date.
- isCloseTo(TimeValue, TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is close to a time.
- isCloseTo(TimeValue, TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is close to a time.
- isCloseTo(TimeValue, TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueCloseness
-
Verifies that the value is close to a time.
- isComparisonPossible(Object) - Method in class org.assertj.db.type.Value
-
Returns if any kind of comparison is possible between the value and the object in parameter.
- isCreation() - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
-
Verifies that the type of the change is a creation.
- isCreation() - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the type of the change is a creation.
- isCreation(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
-
Verifies that the type of the change is a creation.
- isDate() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is a date.
- isDate() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is a date.
- isDate() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is a date.
- isDate(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is date.
- isDate(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is date.
- isDate(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is date.
- isDate(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is date.
- isDate(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is a date.
- isDate(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is date.
- isDateTime() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is a date/time.
- isDateTime() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is a date/time.
- isDateTime() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is a date/time.
- isDateTime(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is date/time.
- isDateTime(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is date/time.
- isDateTime(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is date/time.
- isDateTime(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is date/time.
- isDateTime(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is a date/time.
- isDateTime(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is date/time.
- isDeletion() - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
-
Verifies that the type of the change is a deletion.
- isDeletion() - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the type of the change is a deletion.
- isDeletion(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
-
Verifies that the type of the change is a deletion.
- isEmpty() - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the number of rows is zero.
- isEmpty() - Method in class org.assertj.db.api.AbstractDbAssert
-
Verifies that the number of rows is zero.
- isEmpty() - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfRows
-
Verifies that the number of rows is zero.
- isEqual(String, String) - Method in interface org.assertj.db.type.lettercase.CaseComparison
-
Returns if
value1
is equal tovalue2
. - isEqual(String, String) - Method in class org.assertj.db.type.lettercase.LetterCase
-
Returns if
value1
is equal tovalue2
. - isEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a array of bytes.
- isEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a array of bytes.
- isEqualTo(byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a array of bytes.
- isEqualTo(A, WritableAssertionInfo, Value, byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a array of bytes.
- isEqualTo(A, WritableAssertionInfo, Value, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a boolean.
- isEqualTo(A, WritableAssertionInfo, Value, Character) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a character.
- isEqualTo(A, WritableAssertionInfo, Value, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a number.
- isEqualTo(A, WritableAssertionInfo, Value, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a object.
- isEqualTo(A, WritableAssertionInfo, Value, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a text.
- isEqualTo(A, WritableAssertionInfo, Value, UUID) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to an UUID.
- isEqualTo(A, WritableAssertionInfo, Value, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a date/time value.
- isEqualTo(A, WritableAssertionInfo, Value, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a date value.
- isEqualTo(A, WritableAssertionInfo, Value, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to a time value.
- isEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a boolean.
- isEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a boolean.
- isEqualTo(Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a boolean.
- isEqualTo(Character) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a character.
- isEqualTo(Character) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a character.
- isEqualTo(Character) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a character.
- isEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a number.
- isEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a number.
- isEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a number.
- isEqualTo(Object) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a boolean.
- isEqualTo(Object) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a boolean.
- isEqualTo(Object) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a boolean.
- isEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a text.
- isEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a text.
- isEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a text.
- isEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a date value.
- isEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a date value.
- isEqualTo(LocalDate) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a date value.
- isEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a date/time value.
- isEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a date/time value.
- isEqualTo(LocalDateTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a date/time value.
- isEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a time value.
- isEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a time value.
- isEqualTo(LocalTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a time value.
- isEqualTo(UUID) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to an UUID.
- isEqualTo(UUID) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to an UUID.
- isEqualTo(UUID) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to an UUID.
- isEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a date/time value.
- isEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a date/time value.
- isEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a date/time value.
- isEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a date value.
- isEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a date value.
- isEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a date value.
- isEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to a time value.
- isEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to a time value.
- isEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to a time value.
- isFalse() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to false boolean.
- isFalse() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to false boolean.
- isFalse() - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to false boolean.
- isFalse(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to false boolean.
- isGreaterThan(A, WritableAssertionInfo, Value, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
-
Verifies that the value is greater than a number.
- isGreaterThan(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is greater than a number.
- isGreaterThan(Number) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is greater than a number.
- isGreaterThan(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
-
Verifies that the value is greater than a number.
- isGreaterThanOrEqualTo(A, WritableAssertionInfo, Value, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
-
Verifies that the value is greater than or equal to a number.
- isGreaterThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is greater than or equal to a number.
- isGreaterThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is greater than or equal to a number.
- isGreaterThanOrEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
-
Verifies that the value is greater than or equal to a number.
- isLessThan(A, WritableAssertionInfo, Value, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
-
Verifies that the value is less than a number.
- isLessThan(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is less than a number.
- isLessThan(Number) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is less than a number.
- isLessThan(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
-
Verifies that the value is less than a number.
- isLessThanOrEqualTo(A, WritableAssertionInfo, Value, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
-
Verifies that the value is less than or equal to a number.
- isLessThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is less than or equal to a number.
- isLessThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is less than or equal to a number.
- isLessThanOrEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
-
Verifies that the value is less than or equal to a number.
- isMidnight() - Method in class org.assertj.db.type.DateTimeValue
- isMidnight() - Method in class org.assertj.db.type.DateValue
- isMidnight() - Method in interface org.assertj.db.type.DateValueContainer
-
Returns if it is midnight.
- isModification() - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
-
Verifies that the type of the change is a modification.
- isModification() - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the type of the change is a modification.
- isModification(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
-
Verifies that the type of the change is a modification.
- isModified() - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumn
-
Verifies that the column is modified between the start point and the end point.
- isModified() - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the column is modified between the start point and the end point.
- isModified(A, WritableAssertionInfo, Value, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumn
-
Verifies that the column is modified between the start point and the end point.
- isNot(A, WritableAssertionInfo, Value, Condition<?>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCondition
-
Verifies that the value not match with condition.
- isNot(Condition<?>) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the actual value does not satisfy the given condition.
- isNot(Condition<?>) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the actual value does not satisfy the given condition.
- isNot(Condition<?>) - Method in interface org.assertj.db.api.assertions.AssertOnValueCondition
-
Verifies that the actual value does not satisfy the given condition.
- isNotEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a array of bytes.
- isNotEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a array of bytes.
- isNotEqualTo(byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a array of bytes.
- isNotEqualTo(A, WritableAssertionInfo, Value, byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a array of bytes.
- isNotEqualTo(A, WritableAssertionInfo, Value, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a boolean.
- isNotEqualTo(A, WritableAssertionInfo, Value, Character) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a character.
- isNotEqualTo(A, WritableAssertionInfo, Value, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a number.
- isNotEqualTo(A, WritableAssertionInfo, Value, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a boolean.
- isNotEqualTo(A, WritableAssertionInfo, Value, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a text.
- isNotEqualTo(A, WritableAssertionInfo, Value, UUID) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to an UUID.
- isNotEqualTo(A, WritableAssertionInfo, Value, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a date/time value.
- isNotEqualTo(A, WritableAssertionInfo, Value, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a date value.
- isNotEqualTo(A, WritableAssertionInfo, Value, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to a time value.
- isNotEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a boolean.
- isNotEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a boolean.
- isNotEqualTo(Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a boolean.
- isNotEqualTo(Character) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a character.
- isNotEqualTo(Character) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a character.
- isNotEqualTo(Character) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a character.
- isNotEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a number.
- isNotEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a number.
- isNotEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a number.
- isNotEqualTo(Object) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a object.
- isNotEqualTo(Object) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a object.
- isNotEqualTo(Object) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a object.
- isNotEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a text.
- isNotEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a text.
- isNotEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a text.
- isNotEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a date value.
- isNotEqualTo(LocalDate) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a date value.
- isNotEqualTo(LocalDate) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a date value.
- isNotEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a date/time value.
- isNotEqualTo(LocalDateTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a date/time value.
- isNotEqualTo(LocalDateTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a date/time value.
- isNotEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a time value.
- isNotEqualTo(LocalTime) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a time value.
- isNotEqualTo(LocalTime) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a time value.
- isNotEqualTo(UUID) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to an UUID.
- isNotEqualTo(UUID) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to an UUID.
- isNotEqualTo(UUID) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to an UUID.
- isNotEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a date/time value.
- isNotEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a date/time value.
- isNotEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a date/time value.
- isNotEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a date value.
- isNotEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a date value.
- isNotEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a date value.
- isNotEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to a time value.
- isNotEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to a time value.
- isNotEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to a time value.
- isNotModified() - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumn
-
Verifies that the column is not modified between the start point and the end point.
- isNotModified() - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the column is not modified between the start point and the end point.
- isNotModified(A, WritableAssertionInfo, Value, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumn
-
Verifies that the column is not modified between the start point and the end point.
- isNotNull() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not
null
. - isNotNull() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not
null
. - isNotNull() - Method in interface org.assertj.db.api.assertions.AssertOnValueNullity
-
Verifies that the value is not
null
. - isNotNull(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNullity
-
Verifies that the value is not
null
. - isNotZero() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is not equal to zero.
- isNotZero() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is not equal to zero.
- isNotZero() - Method in interface org.assertj.db.api.assertions.AssertOnValueInequality
-
Verifies that the value is not equal to zero.
- isNotZero(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueInequality
-
Verifies that the value is not equal to zero.
- isNull() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is
null
. - isNull() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is
null
. - isNull() - Method in interface org.assertj.db.api.assertions.AssertOnValueNullity
-
Verifies that the value is
null
. - isNull(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNullity
-
Verifies that the value is
null
. - isNumber() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is a number.
- isNumber() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is a number.
- isNumber() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is a number.
- isNumber(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is number.
- isNumber(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is number.
- isNumber(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is number.
- isNumber(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is number.
- isNumber(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is a number.
- isNumber(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is number.
- isOfAnyTypeIn(A, WritableAssertionInfo, List<Value>, ValueType...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the column is equal to one of the types in parameters.
- isOfAnyTypeIn(A, WritableAssertionInfo, Value, Value, ValueType...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the column is equal to one of the types in parameters.
- isOfAnyTypeIn(A, WritableAssertionInfo, Value, ValueType...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the type of the value is equal to one of the types in parameters.
- isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the type of the value is equal to one of the types in parameters.
- isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the column is equal to one of the types in parameters.
- isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the type of the value is equal to one of the types in parameters.
- isOfAnyTypeIn(ValueType...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the column is equal to one of the types in parameters.
- isOfAnyTypeIn(ValueType...) - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the type of the value is equal to one of the types in parameters.
- isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the column is equal to one of the types in parameters.
- isOfClass(A, WritableAssertionInfo, List<Value>, Class<?>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnClass
-
Verifies that the class of the values of the column is equal to the class in parameter.
- isOfClass(A, WritableAssertionInfo, Value, Class<?>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueClass
-
Verifies that the class of the value is equal to the class in parameter.
- isOfClass(A, WritableAssertionInfo, Value, Value, Class<?>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeClass
-
Verifies that the class of the values of the column is equal to the class in parameter.
- isOfClass(Class<?>) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the class of the value is equal to the class in parameter.
- isOfClass(Class<?>) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the class of the value is equal to the class in parameter.
- isOfClass(Class<?>) - Method in interface org.assertj.db.api.assertions.AssertOnValueClass
-
Verifies that the class of the value is equal to the class in parameter.
- isOfClass(Class<?>, boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the class of the values of the column is equal to the class in parameter.
- isOfClass(Class<?>, boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnClass
-
Verifies that the class of the values of the column is equal to the class in parameter.
- isOfClass(Class<?>, boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the class of the values of the column is equal to the class in parameter.
- isOfType(A, WritableAssertionInfo, List<Value>, ValueType, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
/** Verifies that the type of the values of the column is equal to the type in parameter.
- isOfType(A, WritableAssertionInfo, Change, ChangeType) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
-
Verifies that the type of the change is equal to the type in parameter.
- isOfType(A, WritableAssertionInfo, Value, Value, ValueType, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is equal to the type in parameter.
- isOfType(A, WritableAssertionInfo, Value, ValueType) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the type of the value is equal to the type in parameter.
- isOfType(ChangeType) - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
-
Verifies that the type of the change is equal to the type in parameter.
- isOfType(ChangeType) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the type of the change is equal to the type in parameter.
- isOfType(ValueType) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the type of the value is equal to the type in parameter.
- isOfType(ValueType) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the type of the value is equal to the type in parameter.
- isOfType(ValueType) - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the type of the value is equal to the type in parameter.
- isOfType(ValueType, boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is equal to the type in parameter.
- isOfType(ValueType, boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is equal to the type in parameter.
- isOfType(ValueType, boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is equal to the type in parameter.
- isOnDataType(A, WritableAssertionInfo, Change, DataType) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
-
Verifies that the data type on which is the change is equal to the type in parameter.
- isOnDataType(DataType) - Method in interface org.assertj.db.api.assertions.AssertOnDataType
-
Verifies that the data type on which is the change is equal to the type in parameter.
- isOnDataType(DataType) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the data type on which is the change is equal to the type in parameter.
- isOnRequest() - Method in interface org.assertj.db.api.assertions.AssertOnDataType
-
Verifies that the data type on which is the change is a request.
- isOnRequest() - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the data type on which is the change is a request.
- isOnRequest(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
-
Verifies that the data type on which is the change is a request.
- isOnTable() - Method in interface org.assertj.db.api.assertions.AssertOnDataType
-
Verifies that the data type on which is the change is a table.
- isOnTable() - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the data type on which is the change is a table.
- isOnTable(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
-
Verifies that the data type on which is the change is a table.
- isOnTable(A, WritableAssertionInfo, Change, LetterCase, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
-
Verifies that the change is on a table with the name in parameter.
- isOnTable(String) - Method in interface org.assertj.db.api.assertions.AssertOnDataType
-
Verifies that the change is on a table with the name in parameter.
- isOnTable(String) - Method in class org.assertj.db.api.ChangeAssert
-
Verifies that the change is on a table with the name in parameter.
- isProxied(Class<?>) - Static method in class org.assertj.db.util.Proxies
-
Check if class is proxied.
- isText() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is a text.
- isText() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is a text.
- isText() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is a text.
- isText(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is text.
- isText(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is text.
- isText(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is text.
- isText(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is text.
- isText(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is a text.
- isText(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is text.
- isTime() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is a time.
- isTime() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is a time.
- isTime() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is a time.
- isTime(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is time.
- isTime(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is time.
- isTime(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is time.
- isTime(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is time.
- isTime(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is a time.
- isTime(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is time.
- isTrue() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to true boolean.
- isTrue() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to true boolean.
- isTrue() - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to true boolean.
- isTrue(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to true boolean.
- isUUID() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is an UUID.
- isUUID() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is an UUID.
- isUUID() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
-
Verifies that the value is an UUID.
- isUUID(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
-
Verifies that the type of the values of the column is UUID.
- isUUID(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
-
Verifies that the type of the values of the column is UUID.
- isUUID(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
-
Verifies that the type of the values of the column is UUID.
- isUUID(A, WritableAssertionInfo, List<Value>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
-
Verifies that the type of the values of the column is UUID.
- isUUID(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
-
Verifies that the value is an UUID.
- isUUID(A, WritableAssertionInfo, Value, Value, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
-
Verifies that the type of the values of the column is UUID.
- isZero() - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the value is equal to zero.
- isZero() - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the value is equal to zero.
- isZero() - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
-
Verifies that the value is equal to zero.
- isZero(A, WritableAssertionInfo, Value) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
-
Verifies that the value is equal to zero.
J
- JdbcUrlConnectionProvider - Class in org.assertj.db.type
-
The implementation of
ConnectionProvider
from JDBC url connection info.
L
- letterCase(LetterCase, LetterCase, LetterCase) - Method in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
Modify the default letter case mode for connection provider.
- letterCase(LetterCase, LetterCase, LetterCase) - Method in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
Modify the default letter case mode for connection provider.
- LetterCase - Class in org.assertj.db.type.lettercase
-
The letter case which indicates a case conversion and a case comparison.
- loadImpl(Connection) - Method in class org.assertj.db.type.AbstractDbData
-
Implementation of the loading that depends of the kind of data.
- loadImpl(Connection) - Method in class org.assertj.db.type.Request
-
Specific implementation of the loading for a
Request
. - loadImpl(Connection) - Method in class org.assertj.db.type.Table
-
Specific implementation of the loading for a
Table
. - LOWER - Enum constant in enum org.assertj.db.type.lettercase.CaseConversions
-
Lower conversion of the case of a
String
.
M
- MODIFICATION - Enum constant in enum org.assertj.db.type.ChangeType
-
The change is a modification of a row.
- move(DateTimeValue) - Method in class org.assertj.db.type.DateTimeValue
-
Moves the date/time with the value in parameter.
- move(DateTimeValue) - Method in class org.assertj.db.type.DateValue
-
Moves the date with the value in parameter.
- move(DateValue) - Method in class org.assertj.db.type.DateTimeValue
-
Moves the date/time with the value in parameter.
- move(DateValue) - Method in class org.assertj.db.type.DateValue
-
Moves the date with the value in parameter.
- move(TimeValue) - Method in class org.assertj.db.type.DateTimeValue
-
Moves the date/time with the value in parameter.
- move(TimeValue) - Method in class org.assertj.db.type.DateValue
-
Moves the date with the value in parameter.
- move(TimeValue) - Method in class org.assertj.db.type.TimeValue
-
Moves the time with the value in parameter.
- myself - Variable in class org.assertj.db.global.AbstractElement
-
Class of the assertion.
- myself - Variable in class org.assertj.db.type.AbstractDbElement
-
Class of the element.
N
- NameComparator - Enum in org.assertj.db.util
-
Comparator for the names.
- Navigation - Interface in org.assertj.db.navigation
-
Navigation to elements.
- NO - Enum constant in enum org.assertj.db.type.lettercase.CaseConversions
-
No conversion of the case of a
String
. - NOT_IDENTIFIED - Enum constant in enum org.assertj.db.type.ValueType
-
Not identified type : null value for example.
- now() - Static method in class org.assertj.db.type.DateTimeValue
-
Makes an instance of the date/time value corresponding to now.
- now() - Static method in class org.assertj.db.type.DateValue
-
Makes an instance of the date value corresponding to now.
- now() - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of the time value corresponding to now.
- NUMBER - Enum constant in enum org.assertj.db.type.ValueType
-
Number type (INT, SMALLINT, TINYINT, BIGINT, REAL or DECIMAL column).
O
- of(int, int) - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of time value from a hours and minutes.
- of(int, int, int) - Static method in class org.assertj.db.type.DateValue
-
Makes an instance of date value from a day of month, a month and an year.
- of(int, int, int) - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of time value from a hours, minutes and seconds.
- of(int, int, int, int) - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of time value from a hours, minutes, seconds and nanoseconds.
- of(String, String, String) - Static method in class org.assertj.db.type.AssertDbConnectionFactory
-
Initiate factory with JDBC connection information
- of(DataSource) - Static method in class org.assertj.db.type.AssertDbConnectionFactory
-
Initiate factory with Java.sql.DataSource
- of(DateValue) - Static method in class org.assertj.db.type.DateTimeValue
-
Makes an instance of date/time value from a date with time at 00:00AM.
- of(DateValue, TimeValue) - Static method in class org.assertj.db.type.DateTimeValue
-
Makes an instance of date/time value from a date and a time.
- ofAll() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of all the changes.
- ofAll() - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of all the changes.
- ofAll() - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of all the changes.
- ofAll() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of all the changes.
- ofAll() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of all the changes.
- ofCreation() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
). - ofCreation() - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
). - ofCreation() - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
). - ofCreation() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
). - ofCreation() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
). - ofCreationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
) on a table. - ofCreationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
) on a table. - ofCreationOnTable(String) - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
) on a table. - ofCreationOnTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
) on a table. - ofCreationOnTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of the changes of creation (
ChangeType.CREATION
) on a table. - ofDeletion() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
). - ofDeletion() - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
). - ofDeletion() - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
). - ofDeletion() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
). - ofDeletion() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
). - ofDeletionOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
) on a table. - ofDeletionOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
) on a table. - ofDeletionOnTable(String) - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
) on a table. - ofDeletionOnTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
) on a table. - ofDeletionOnTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of the changes of deletion (
ChangeType.DELETION
) on a table. - ofModification() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
). - ofModification() - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
). - ofModification() - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
). - ofModification() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
). - ofModification() - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
). - ofModificationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
) on a table. - ofModificationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
) on a table. - ofModificationOnTable(String) - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
) on a table. - ofModificationOnTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
) on a table. - ofModificationOnTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of the changes of modification (
ChangeType.MODIFICATION
) on a table. - onTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
-
Returns an assertion of the changes on a table.
- onTable(String) - Method in class org.assertj.db.api.ChangesAssert
-
Returns an assertion of the changes on a table.
- onTable(String) - Method in interface org.assertj.db.navigation.ToChanges
-
Returns an assertion of the changes on a table.
- onTable(String) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithChanges
-
Returns an assertion of the changes on a table.
- onTable(String) - Method in class org.assertj.db.output.ChangesOutputter
-
Returns an assertion of the changes on a table.
- org.assertj.db.api - package org.assertj.db.api
-
This package contains the API of assertj-db (and especially the entry point class
Assertions
). - org.assertj.db.api.assertions - package org.assertj.db.api.assertions
-
This package contains interfaces that defines the different assertions methods.
- org.assertj.db.api.assertions.impl - package org.assertj.db.api.assertions.impl
-
This package contains utility classes that implements the different assertions methods.
- org.assertj.db.error - package org.assertj.db.error
-
This package contains the different error messages used when an assertion methods fail.
- org.assertj.db.exception - package org.assertj.db.exception
-
This package contains the different exception thrown when there is an unexpected situation.
- org.assertj.db.global - package org.assertj.db.global
-
This package contains the abstract class which is parent of all the elements.
- org.assertj.db.navigation - package org.assertj.db.navigation
-
This package contains interfaces that defines the different navigation methods.
- org.assertj.db.navigation.element - package org.assertj.db.navigation.element
-
This package contains interfaces about the different elements in assertions or outputs.
- org.assertj.db.navigation.origin - package org.assertj.db.navigation.origin
-
This package contains interfaces that defines the different
Origin
s used by the navigation. - org.assertj.db.output - package org.assertj.db.output
-
This package contains classes that allows to output the information about table, request or changes.
- org.assertj.db.output.impl - package org.assertj.db.output.impl
-
This package contains utility classes about the output.
- org.assertj.db.type - package org.assertj.db.type
-
This package contains the classes that defines the different types used in assertj-db.
- org.assertj.db.type.lettercase - package org.assertj.db.type.lettercase
-
This package contains the interfaces and utility classes about the letter case.
- org.assertj.db.util - package org.assertj.db.util
-
This package contains the utility classes of assertj-db.
- origin - Variable in class org.assertj.db.api.AbstractAssertWithOrigin
-
The assertion of origin.
- origin - Variable in class org.assertj.db.output.AbstractOutputterWithOrigin
-
The assertion of origin.
- Origin - Interface in org.assertj.db.navigation.origin
-
Defines a class which is the origin of another.
- OriginWithChanges<CHS,
CH> - Interface in org.assertj.db.navigation.origin -
Defines a class which is the
Origin
of another and haveChangesElement
. - OriginWithColumnsAndRows<C,
R> - Interface in org.assertj.db.navigation.origin - OriginWithColumnsAndRowsFromChange<CHS,
CH, - Interface in org.assertj.db.navigation.originC, R> - OriginWithValuesFromColumn<CHS,
CH, - Interface in org.assertj.db.navigation.originC, R, V> - OriginWithValuesFromRow<CHS,
CH, - Interface in org.assertj.db.navigation.originC, R, V> - output(Changes) - Static method in class org.assertj.db.output.Outputs
-
Creates a new instance of
ChangesOutputter
. - output(Request) - Static method in class org.assertj.db.output.Outputs
-
Creates a new instance of
RequestOutputter
. - output(Table) - Static method in class org.assertj.db.output.Outputs
-
Creates a new instance of
TableOutputter
. - Output - Interface in org.assertj.db.output.impl
-
Interface of the output of a output of assertj-db.
- Outputs - Class in org.assertj.db.output
-
Entry point of all the outputs.
- outputType - Variable in class org.assertj.db.output.AbstractOutputter
-
Type of output.
- OutputType - Enum in org.assertj.db.output.impl
-
Enumeration of the different types of output.
P
- parameters(Object...) - Method in class org.assertj.db.type.Request.Builder
-
Specify parameters to use in SQL request.
- parse(String) - Static method in class org.assertj.db.type.DateTimeValue
-
Makes an instance of date/time value from a
String
inyyyy-mm-dd
,yyyy-mm-ddThh:mm
,yyyy-mm-ddThh:mm:ss
oryyyy-mm-ddThh:mm:ss.nnnnnnnnn
format. - parse(String) - Static method in class org.assertj.db.type.DateValue
-
Makes an instance of date value from a
String
in formatyyyy-mm-dd
. - parse(String) - Static method in class org.assertj.db.type.TimeValue
-
Makes an instance of time value from a
String
inhh:mm
,hh:mm:ss
orhh:mm:ss.nnnnnnnnn
format. - pksName(String...) - Method in class org.assertj.db.type.Request.Builder
-
Set the list of primary keys
- PLAIN - Enum constant in enum org.assertj.db.output.impl.OutputType
-
Plain output.
- Position<E,
N, - Class in org.assertj.db.navigationD> -
Position during navigation.
- Position(E, Class<N>) - Constructor for class org.assertj.db.navigation.Position
-
Constructor.
- PositionWithChanges<E,
N> - Class in org.assertj.db.navigation -
Position during navigation.
- PositionWithChanges(E, Class<E>, Class<N>) - Constructor for class org.assertj.db.navigation.PositionWithChanges
-
Constructor.
- PositionWithColumns<E,
N, - Class in org.assertj.db.navigationD> -
Position with columns during navigation.
- PositionWithColumns(E, Class<N>) - Constructor for class org.assertj.db.navigation.PositionWithColumns
-
Constructor.
- PositionWithColumnsChange<E,
N> - Class in org.assertj.db.navigation -
Position during navigation.
- PositionWithColumnsChange(E, Class<N>) - Constructor for class org.assertj.db.navigation.PositionWithColumnsChange
-
Constructor.
- PositionWithPoints<E,
N, - Class in org.assertj.db.navigationD> -
Position with point (start point and end point) during navigation.
- PositionWithPoints(E, Class<N>, Class<D>, D, D) - Constructor for class org.assertj.db.navigation.PositionWithPoints
-
Constructor.
- PRIMARY_KEY_DEFAULT - Static variable in class org.assertj.db.type.lettercase.LetterCase
-
The default letter case for table.
- primaryKeyLetterCase - Variable in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
PKs letter case.
- primaryKeyLetterCase - Variable in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
PKs letter case.
- Proxies - Class in org.assertj.db.util
-
Utilities for manage proxies.
- ProxifyPositionResult - Class in org.assertj.db.api
-
Method interceptor that proxify result of assertions methods.
R
- request(String) - Method in class org.assertj.db.type.AssertDbConnection
-
Start building Request element.
- request(String) - Method in class org.assertj.db.type.Changes.Builder
-
Force usage of SQL request for this
Changes
instead load all database objects. - request(String, Consumer<Request.Builder>) - Method in class org.assertj.db.type.Changes.Builder
-
Force usage of SQL request for this
Changes
instead load all database objects. - request(Request) - Method in class org.assertj.db.type.Changes.Builder
- Request - Class in org.assertj.db.type
-
A request in the database to get values.
- REQUEST - Enum constant in enum org.assertj.db.type.DataType
-
The data is a request.
- Request.Builder - Class in org.assertj.db.type
-
Fluent
Request
builder. - RequestAssert - Class in org.assertj.db.api
-
Assertion methods for a
Request
. - RequestAssert(Request) - Constructor for class org.assertj.db.api.RequestAssert
-
Constructor.
- RequestColumnAssert - Class in org.assertj.db.api
- RequestColumnAssert(RequestAssert, Column) - Constructor for class org.assertj.db.api.RequestColumnAssert
-
Constructor.
- RequestColumnOutputter - Class in org.assertj.db.output
- RequestColumnOutputter(RequestOutputter, Column) - Constructor for class org.assertj.db.output.RequestColumnOutputter
-
Constructor.
- RequestColumnValueAssert - Class in org.assertj.db.api
- RequestColumnValueAssert(RequestColumnAssert, Value) - Constructor for class org.assertj.db.api.RequestColumnValueAssert
-
Constructor.
- RequestColumnValueOutputter - Class in org.assertj.db.output
- RequestColumnValueOutputter(RequestColumnOutputter, Value) - Constructor for class org.assertj.db.output.RequestColumnValueOutputter
-
Constructor.
- RequestOutputter - Class in org.assertj.db.output
-
Output methods for a
Request
. - RequestRowAssert - Class in org.assertj.db.api
- RequestRowAssert(RequestAssert, Row) - Constructor for class org.assertj.db.api.RequestRowAssert
-
Constructor.
- RequestRowOutputter - Class in org.assertj.db.output
- RequestRowOutputter(RequestOutputter, Row) - Constructor for class org.assertj.db.output.RequestRowOutputter
-
Constructor.
- RequestRowValueAssert - Class in org.assertj.db.api
- RequestRowValueAssert(RequestRowAssert, Value) - Constructor for class org.assertj.db.api.RequestRowValueAssert
-
Constructor.
- RequestRowValueOutputter - Class in org.assertj.db.output
- RequestRowValueOutputter(RequestRowOutputter, Value) - Constructor for class org.assertj.db.output.RequestRowValueOutputter
-
Constructor.
- returnToChange() - Method in class org.assertj.db.api.ChangeColumnAssert
-
Returns to level of assertion methods on a
Change
. - returnToChange() - Method in class org.assertj.db.api.ChangeRowAssert
-
Returns to level of assertion methods on a
Change
. - returnToChange() - Method in class org.assertj.db.output.ChangeColumnOutputter
-
Returns to level of output methods on a
Change
. - returnToChange() - Method in class org.assertj.db.output.ChangeRowOutputter
-
Returns to level of output methods on a
Change
. - returnToChanges() - Method in class org.assertj.db.api.ChangeAssert
-
Returns to level of assertion methods on
Changes
. - returnToChanges() - Method in class org.assertj.db.output.ChangeOutputter
-
Returns to level of output methods on
Changes
. - returnToColumn() - Method in class org.assertj.db.api.AbstractColumnValueAssert
-
Returns to level of assertion methods on a
Column
. - returnToColumn() - Method in class org.assertj.db.api.ChangeColumnValueAssert
-
Returns to level of assertion methods on a
Column
. - returnToColumn() - Method in class org.assertj.db.output.AbstractColumnValueOutputter
-
Returns to level of assertion methods on a
Column
. - returnToColumn() - Method in class org.assertj.db.output.ChangeColumnValueOutputter
-
Returns to level of output methods on a
Column
. - returnToOrigin() - Method in class org.assertj.db.api.AbstractAssertWithOrigin
-
Returns the assertion of origin (an instance of a sub-class of
Origin
. - returnToOrigin() - Method in class org.assertj.db.output.AbstractOutputterWithOrigin
-
Returns the assertion of origin (an instance of a sub-class of
Origin
. - returnToRequest() - Method in class org.assertj.db.api.RequestColumnAssert
-
Returns to level of assertion methods on a
Request
. - returnToRequest() - Method in class org.assertj.db.api.RequestRowAssert
-
Returns to level of assertion methods on a
Request
. - returnToRequest() - Method in class org.assertj.db.output.RequestColumnOutputter
-
Returns to level of assertion methods on a
Request
. - returnToRequest() - Method in class org.assertj.db.output.RequestRowOutputter
-
Returns to level of assertion methods on a
Request
. - returnToRow() - Method in class org.assertj.db.api.AbstractRowValueAssert
-
Returns to level of assertion methods on a
Row
. - returnToRow() - Method in class org.assertj.db.api.ChangeRowValueAssert
-
Returns to level of assertion methods on a
Row
. - returnToRow() - Method in class org.assertj.db.output.AbstractRowValueOutputter
-
Returns to level of assertion methods on a
Row
. - returnToRow() - Method in class org.assertj.db.output.ChangeRowValueOutputter
-
Returns to level of output methods on a
Row
. - returnToTable() - Method in class org.assertj.db.api.TableColumnAssert
-
Returns to level of assertion methods on a
Table
. - returnToTable() - Method in class org.assertj.db.api.TableRowAssert
-
Returns to level of assertion methods on a
Table
. - returnToTable() - Method in class org.assertj.db.output.TableColumnOutputter
-
Returns to level of assertion methods on a
Table
. - returnToTable() - Method in class org.assertj.db.output.TableRowOutputter
-
Returns to level of assertion methods on a
Table
. - reverse() - Method in class org.assertj.db.type.DateTimeValue
-
Returns the reverse of the date/time.
- reverse() - Method in class org.assertj.db.type.DateValue
-
Returns the reverse of the date.
- reverse() - Method in class org.assertj.db.type.TimeValue
-
Returns the reverse of the time.
- row - Variable in class org.assertj.db.api.AbstractRowAssert
-
Row on which do the assertion.
- row() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
- row() - Method in class org.assertj.db.api.AbstractDbAssert
- row() - Method in interface org.assertj.db.navigation.ToRow
- row() - Method in class org.assertj.db.output.AbstractDbOutputter
- row() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRows
- row(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
-
Returns assertion methods on the
Row
at theindex
in parameter. - row(int) - Method in class org.assertj.db.api.AbstractDbAssert
-
Returns assertion methods on the
Row
at theindex
in parameter. - row(int) - Method in interface org.assertj.db.navigation.ToRow
-
Returns assertion methods on the
Row
at theindex
in parameter. - row(int) - Method in class org.assertj.db.output.AbstractDbOutputter
-
Returns assertion methods on the
Row
at theindex
in parameter. - row(int) - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRows
-
Returns assertion methods on the
Row
at theindex
in parameter. - Row - Class in org.assertj.db.type
-
Row in a
AbstractDbData
. - rowAtEndPoint() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Row
at end point. - rowAtEndPoint() - Method in class org.assertj.db.api.ChangeAssert
-
Returns assertion methods on the
Row
at end point. - rowAtEndPoint() - Method in interface org.assertj.db.navigation.ToRowFromChange
-
Returns assertion methods on the
Row
at end point. - rowAtEndPoint() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Row
at end point. - rowAtEndPoint() - Method in class org.assertj.db.output.ChangeOutputter
-
Returns assertion methods on the
Row
at end point. - rowAtStartPoint() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Row
at start point. - rowAtStartPoint() - Method in class org.assertj.db.api.ChangeAssert
-
Returns assertion methods on the
Row
at start point. - rowAtStartPoint() - Method in interface org.assertj.db.navigation.ToRowFromChange
-
Returns assertion methods on the
Row
at start point. - rowAtStartPoint() - Method in class org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRowsFromChange
-
Returns assertion methods on the
Row
at start point. - rowAtStartPoint() - Method in class org.assertj.db.output.ChangeOutputter
-
Returns assertion methods on the
Row
at start point. - RowComparator - Enum in org.assertj.db.util
-
Comparator for the
Row
. - RowElement - Interface in org.assertj.db.navigation.element
-
Interface that represents a element of navigation about row.
S
- satisfies(A, WritableAssertionInfo, Value, Condition<?>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueCondition
-
Verifies that the value satisfies with condition.
- satisfies(Condition<?>) - Method in class org.assertj.db.api.AbstractAssertWithValues
-
Verifies that the actual value satisfies the given condition.
- satisfies(Condition<?>) - Method in class org.assertj.db.api.AbstractValueAssert
-
Verifies that the actual value satisfies the given condition.
- satisfies(Condition<?>) - Method in interface org.assertj.db.api.assertions.AssertOnValueCondition
-
Verifies that the actual value satisfies the given condition.
- SchemaMetadata - Interface in org.assertj.db.type
-
Represent access to a database schema metadata.
- schemaMetaDataMode - Variable in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
Schema metadata retrieval mode.
- schemaMetaDataMode - Variable in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
Schema metadata retrieval mode.
- schemaMetaDataMode(SchemaMetaDataMode) - Method in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
Modify the current mode for schema metadata retrieval.
- schemaMetaDataMode(SchemaMetaDataMode) - Method in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
Modify the current mode for schema metadata retrieval.
- SchemaMetaDataMode - Enum in org.assertj.db.type
-
Define existing schema metadata retrieval mode.
- setColumnsNameList(List<String>) - Method in class org.assertj.db.type.AbstractDbData
-
Sets the list of the columns name.
- setEndPointNow() - Method in class org.assertj.db.type.Changes
-
Sets the end point for comparison.
- setPksNameList(List<String>) - Method in class org.assertj.db.type.AbstractDbData
-
Sets the list of the primary key name.
- setStartPointNow() - Method in class org.assertj.db.type.Changes
-
Sets the start point for comparison.
- shouldBeAfter(Object, Object) - Static method in class org.assertj.db.error.ShouldBeAfter
-
Creates a new
.ShouldBeAfter
- ShouldBeAfter - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is after a value.
- shouldBeAfterOrEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeAfterOrEqual
-
Creates a new
.ShouldBeAfterOrEqual
- ShouldBeAfterOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is after or equal a value.
- shouldBeBefore(Object, Object) - Static method in class org.assertj.db.error.ShouldBeBefore
-
Creates a new
.ShouldBeBefore
- ShouldBeBefore - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is before a value.
- shouldBeBeforeOrEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeBeforeOrEqual
-
Creates a new
.ShouldBeBeforeOrEqual
- ShouldBeBeforeOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is before or equal a value.
- shouldBeChangeType(ChangeType, ChangeType) - Static method in class org.assertj.db.error.ShouldBeChangeType
-
Creates a new
.ShouldBeChangeType
- ShouldBeChangeType - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a change is of a type.
- shouldBeClose(Object, Object, Object) - Static method in class org.assertj.db.error.ShouldBeClose
-
Creates a new
.ShouldBeClose
- ShouldBeClose - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is close to another value.
- shouldBeCompatible(Value, Object) - Static method in class org.assertj.db.error.ShouldBeCompatible
-
Creates a new
.ShouldBeCompatible
- ShouldBeCompatible - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is compatible with a value.
- shouldBeDataType(DataType, DataType) - Static method in class org.assertj.db.error.ShouldBeDataType
-
Creates a new
.ShouldBeDataType
- ShouldBeDataType - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a change is on a data type.
- shouldBeEqual() - Static method in class org.assertj.db.error.ShouldBeEqual
-
Creates a new
.ShouldBeEqual
- shouldBeEqual(int) - Static method in class org.assertj.db.error.ShouldBeEqual
-
Creates a new
.ShouldBeEqual
- shouldBeEqual(int, Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqual
-
Creates a new
.ShouldBeEqual
- shouldBeEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqual
-
Creates a new
.ShouldBeEqual
- ShouldBeEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is equal to another value.
- shouldBeEqualWithEndPoint() - Static method in class org.assertj.db.error.ShouldBeEqualWithEndPoint
-
Creates a new
.ShouldBeEqualWithEndPoint
- shouldBeEqualWithEndPoint(Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqualWithEndPoint
-
Creates a new
.ShouldBeEqualWithEndPoint
- ShouldBeEqualWithEndPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value at end point is equal to another value.
- shouldBeEqualWithStartPoint() - Static method in class org.assertj.db.error.ShouldBeEqualWithStartPoint
-
Creates a new
.ShouldBeEqualWithStartPoint
- shouldBeEqualWithStartPoint(Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqualWithStartPoint
-
Creates a new
.ShouldBeEqualWithStartPoint
- ShouldBeEqualWithStartPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value at start point is equal to another value.
- ShouldBeEqualWithStartPoint(Object, Object) - Constructor for class org.assertj.db.error.ShouldBeEqualWithStartPoint
-
Constructor.
- shouldBeGreater(Value, Object) - Static method in class org.assertj.db.error.ShouldBeGreater
-
Creates a new
.ShouldBeGreater
- ShouldBeGreater - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is greater than another value.
- shouldBeGreaterOrEqual(Value, Object) - Static method in class org.assertj.db.error.ShouldBeGreaterOrEqual
-
Creates a new
.ShouldBeGreaterOrEqual
- ShouldBeGreaterOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is greater than or equal to another value.
- shouldBeLess(Value, Object) - Static method in class org.assertj.db.error.ShouldBeLess
-
Creates a new
.ShouldBeLess
- ShouldBeLess - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is less than another value.
- shouldBeLessOrEqual(Value, Object) - Static method in class org.assertj.db.error.ShouldBeLessOrEqual
-
Creates a new
.ShouldBeLessOrEqual
- ShouldBeLessOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is less than or equal to another value.
- shouldBeModified(Value, Value) - Static method in class org.assertj.db.error.ShouldBeModified
-
Creates a new
.ShouldBeModified
- ShouldBeModified - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a column is modified.
- shouldBeOnTable(String, String) - Static method in class org.assertj.db.error.ShouldBeOnTable
-
Creates a new
.ShouldBeOnTable
- ShouldBeOnTable - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a change is on a table.
- shouldBeValueClass(int, Value, Class<?>) - Static method in class org.assertj.db.error.ShouldBeValueClass
-
Creates a new
.ShouldBeValueType
- shouldBeValueClass(Value, Class<?>) - Static method in class org.assertj.db.error.ShouldBeValueClass
-
Creates a new
.ShouldBeValueClass
- ShouldBeValueClass - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of a class.
- shouldBeValueClassWithEndPoint(Value, Class<?>) - Static method in class org.assertj.db.error.ShouldBeValueClassWithEndPoint
-
Creates a new
.ShouldBeValueClassWithEndPoint
- ShouldBeValueClassWithEndPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of a class.
- shouldBeValueClassWithStartPoint(Value, Class<?>) - Static method in class org.assertj.db.error.ShouldBeValueClassWithStartPoint
-
Creates a new
.ShouldBeValueClassWithStartPoint
- ShouldBeValueClassWithStartPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of a class.
- shouldBeValueType(int, Value, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueType
-
Creates a new
.ShouldBeValueType
- shouldBeValueType(Value, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueType
-
Creates a new
.ShouldBeValueType
- ShouldBeValueType - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of a type.
- shouldBeValueTypeOfAny(int, Value, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAny
-
Creates a new
.ShouldBeValueTypeOfAny
- shouldBeValueTypeOfAny(Value, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAny
-
Creates a new
.ShouldBeValueTypeOfAny
- ShouldBeValueTypeOfAny - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of any types.
- shouldBeValueTypeOfAnyWithEndPoint(Value, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAnyWithEndPoint
-
Creates a new
.ShouldBeValueTypeOfAnyWithEndPoint
- ShouldBeValueTypeOfAnyWithEndPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of any types.
- shouldBeValueTypeOfAnyWithStartPoint(Value, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAnyWithStartPoint
-
Creates a new
.ShouldBeValueTypeOfAnyWithStartPoint
- ShouldBeValueTypeOfAnyWithStartPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of any types.
- shouldBeValueTypeWithEndPoint(Value, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueTypeWithEndPoint
-
Creates a new
.ShouldBeValueTypeWithEndPoint
- ShouldBeValueTypeWithEndPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of a type.
- shouldBeValueTypeWithStartPoint(Value, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueTypeWithStartPoint
-
Creates a new
.ShouldBeValueTypeWithStartPoint
- ShouldBeValueTypeWithStartPoint - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is of a type.
- shouldContainsOnlyNotNull(int) - Static method in class org.assertj.db.error.ShouldContainsOnlyNotNull
-
Creates a new
.ShouldContainsOnlyNotNull
- ShouldContainsOnlyNotNull - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is null.
- shouldContainsOnlyNull(int) - Static method in class org.assertj.db.error.ShouldContainsOnlyNull
-
Creates a new
.ShouldContainsOnlyNull
- ShouldContainsOnlyNull - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is not null.
- shouldContainsValue(int) - Static method in class org.assertj.db.error.ShouldContainsValue
-
Creates a new
.ShouldContainsValue
- shouldContainsValue(Object, Object, Object, int) - Static method in class org.assertj.db.error.ShouldContainsValue
-
Creates a new
.ShouldContainsValue
- ShouldContainsValue - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that values are contained in values.
- shouldExist() - Static method in class org.assertj.db.error.ShouldExist
-
Creates a new
.ShouldExist
- ShouldExist - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a row exists.
- shouldHaveChangesSize(int, int) - Static method in class org.assertj.db.error.ShouldHaveChangesSize
-
Creates a new
.ShouldHaveChangesSize
- ShouldHaveChangesSize - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the changes size a value failed.
- shouldHaveChangesSizeGreater(int, int) - Static method in class org.assertj.db.error.ShouldHaveChangesSizeGreater
-
Creates a new
.ShouldHaveChangesSizeGreater
- ShouldHaveChangesSizeGreater - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the changes size a value failed.
- shouldHaveChangesSizeGreaterOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveChangesSizeGreaterOrEqual
-
Creates a new
.ShouldHaveChangesSizeGreaterOrEqual
- ShouldHaveChangesSizeGreaterOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the changes size a value failed.
- shouldHaveChangesSizeLess(int, int) - Static method in class org.assertj.db.error.ShouldHaveChangesSizeLess
-
Creates a new
.ShouldHaveChangesSizeLess
- ShouldHaveChangesSizeLess - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the changes size a value failed.
- shouldHaveChangesSizeLessOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveChangesSizeLessOrEqual
-
Creates a new
.ShouldHaveChangesSizeLessOrEqual
- ShouldHaveChangesSizeLessOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the changes size a value failed.
- shouldHaveColumnsSize(int, int) - Static method in class org.assertj.db.error.ShouldHaveColumnsSize
-
Creates a new
.ShouldHaveColumnsSize
- ShouldHaveColumnsSize - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the columns size a value failed.
- shouldHaveColumnsSizeGreater(int, int) - Static method in class org.assertj.db.error.ShouldHaveColumnsSizeGreater
-
Creates a new
.ShouldHaveColumnsSizeGreater
- ShouldHaveColumnsSizeGreater - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the columns size a value failed.
- shouldHaveColumnsSizeGreaterOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveColumnsSizeGreaterOrEqual
-
Creates a new
.ShouldHaveColumnsSizeGreaterOrEqual
- ShouldHaveColumnsSizeGreaterOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the columns size a value failed.
- shouldHaveColumnsSizeLess(int, int) - Static method in class org.assertj.db.error.ShouldHaveColumnsSizeLess
-
Creates a new
.ShouldHaveColumnsSizeLess
- ShouldHaveColumnsSizeLess - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the columns size a value failed.
- shouldHaveColumnsSizeLessOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveColumnsSizeLessOrEqual
-
Creates a new
.ShouldHaveColumnsSizeLessOrEqual
- ShouldHaveColumnsSizeLessOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the columns size a value failed.
- shouldHaveModifications(Integer[], Integer[]) - Static method in class org.assertj.db.error.ShouldHaveModifications
-
Creates a new
.ShouldHaveModifications
- shouldHaveModifications(String[], String[]) - Static method in class org.assertj.db.error.ShouldHaveModifications
-
Creates a new
.ShouldHaveModifications
- ShouldHaveModifications - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the modified columns.
- shouldHaveName(String, String) - Static method in class org.assertj.db.error.ShouldHaveName
-
Creates a new
.ShouldHaveName
- ShouldHaveName - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the name of the column.
- shouldHaveNumberOfModifications(int, int) - Static method in class org.assertj.db.error.ShouldHaveNumberOfModifications
-
Creates a new
.ShouldHaveNumberOfModifications
- ShouldHaveNumberOfModifications - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the number of modified columns.
- shouldHaveNumberOfModificationsGreater(int, int) - Static method in class org.assertj.db.error.ShouldHaveNumberOfModificationsGreater
-
Creates a new
.ShouldHaveNumberOfModificationsGreater
- ShouldHaveNumberOfModificationsGreater - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the number of modified columns.
- shouldHaveNumberOfModificationsGreaterOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveNumberOfModificationsGreaterOrEqual
-
Creates a new
.ShouldHaveNumberOfModificationsGreaterOrEqual
- ShouldHaveNumberOfModificationsGreaterOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the number of modified columns.
- shouldHaveNumberOfModificationsLess(int, int) - Static method in class org.assertj.db.error.ShouldHaveNumberOfModificationsLess
-
Creates a new
.ShouldHaveNumberOfModificationsLess
- ShouldHaveNumberOfModificationsLess - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the number of modified columns.
- shouldHaveNumberOfModificationsLessOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveNumberOfModificationsLessOrEqual
-
Creates a new
.ShouldHaveNumberOfModificationsLessOrEqual
- ShouldHaveNumberOfModificationsLessOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the number of modified columns.
- shouldHavePksNames(String[], String[]) - Static method in class org.assertj.db.error.ShouldHavePksNames
-
Creates a new
.ShouldHavePksNames
- ShouldHavePksNames - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the names of the columns of the primary key.
- shouldHavePksValues(Object[], Object[]) - Static method in class org.assertj.db.error.ShouldHavePksValues
-
Creates a new
.ShouldHavePksValues
- ShouldHavePksValues - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the values of the columns of the primary key.
- shouldHaveRowsSize(int, int) - Static method in class org.assertj.db.error.ShouldHaveRowsSize
-
Creates a new
.ShouldHaveRowsSize
- ShouldHaveRowsSize - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the rows size a value failed.
- shouldHaveRowsSizeGreater(int, int) - Static method in class org.assertj.db.error.ShouldHaveRowsSizeGreater
-
Creates a new
.ShouldHaveRowsSizeGreater
- ShouldHaveRowsSizeGreater - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the rows size a value failed.
- shouldHaveRowsSizeGreaterOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveRowsSizeGreaterOrEqual
-
Creates a new
.ShouldHaveRowsSizeGreaterOrEqual
- ShouldHaveRowsSizeGreaterOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the rows size a value failed.
- shouldHaveRowsSizeLess(int, int) - Static method in class org.assertj.db.error.ShouldHaveRowsSizeLess
-
Creates a new
.ShouldHaveRowsSizeLess
- ShouldHaveRowsSizeLess - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the rows size a value failed.
- shouldHaveRowsSizeLessOrEqual(int, int) - Static method in class org.assertj.db.error.ShouldHaveRowsSizeLessOrEqual
-
Creates a new
.ShouldHaveRowsSizeLessOrEqual
- ShouldHaveRowsSizeLessOrEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies the rows size a value failed.
- shouldNotBeEqual() - Static method in class org.assertj.db.error.ShouldNotBeEqual
-
Creates a new
.ShouldNotBeEqual
- shouldNotBeEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldNotBeEqual
-
Creates a new
.ShouldNotBeEqual
- ShouldNotBeEqual - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value is not equal to another value.
- shouldNotBeModified(Value, Value) - Static method in class org.assertj.db.error.ShouldNotBeModified
-
Creates a new
.ShouldNotBeModified
- ShouldNotBeModified - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a column is not modified.
- shouldNotExist() - Static method in class org.assertj.db.error.ShouldNotExist
-
Creates a new
.ShouldNotExist
- ShouldNotExist - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a row does not exist.
- shouldSatisfy(int, Object, Condition<?>) - Static method in class org.assertj.db.error.ShouldSatisfy
-
Verifies that the values of a row satisfy to conditions in parameter.
- ShouldSatisfy - Class in org.assertj.db.error
-
Creates an error message indicating that an assertion that verifies that a value does not satisfying condition.
- SoftAssertions - Class in org.assertj.db.api
- SoftAssertions() - Constructor for class org.assertj.db.api.SoftAssertions
-
Create a new SoftAssertions class that allow chain many assertion and detect all assertion failure ( not only the first one ).
- sortRows() - Method in class org.assertj.db.type.AbstractDbData
-
Sorts the list of rows.
- STATIC - Enum constant in enum org.assertj.db.type.SchemaMetaDataMode
-
Retrieve schema metadata only once and keep in memory for all duration of connection provider.
- STRICT - Enum constant in enum org.assertj.db.type.lettercase.CaseComparisons
-
Comparison on
String
which strictly consider the case.
T
- table(String) - Method in class org.assertj.db.type.AssertDbConnection
-
Start building Table element.
- table(String) - Method in class org.assertj.db.type.Changes.Builder
-
Add new table to table list to use for this
Changes
instead load all database objects. - table(String, Consumer<Table.Builder>) - Method in class org.assertj.db.type.Changes.Builder
-
Add new table to table list to use for this
Changes
instead load all database objects. - Table - Class in org.assertj.db.type
-
A table in the database to read to get the values.
- TABLE - Enum constant in enum org.assertj.db.type.DataType
-
The data is a table.
- TABLE_DEFAULT - Static variable in class org.assertj.db.type.lettercase.LetterCase
-
The default letter case for table.
- Table.Builder - Class in org.assertj.db.type
-
Fluent
Table
builder. - Table.Order - Class in org.assertj.db.type
-
Indicates an order with the name on which is the order and the type.
- Table.Order.OrderType - Enum in org.assertj.db.type
-
Enumeration of the type of order.
- TableAssert - Class in org.assertj.db.api
-
Assertion methods for a
Table
. - TableAssert(Table) - Constructor for class org.assertj.db.api.TableAssert
-
Constructor.
- TableColumnAssert - Class in org.assertj.db.api
- TableColumnAssert(TableAssert, Column) - Constructor for class org.assertj.db.api.TableColumnAssert
-
Constructor.
- TableColumnOutputter - Class in org.assertj.db.output
- TableColumnOutputter(TableOutputter, Column) - Constructor for class org.assertj.db.output.TableColumnOutputter
-
Constructor.
- TableColumnValueAssert - Class in org.assertj.db.api
- TableColumnValueAssert(TableColumnAssert, Value) - Constructor for class org.assertj.db.api.TableColumnValueAssert
-
Constructor.
- TableColumnValueOutputter - Class in org.assertj.db.output
- TableColumnValueOutputter(TableColumnOutputter, Value) - Constructor for class org.assertj.db.output.TableColumnValueOutputter
-
Constructor.
- tableLetterCase - Variable in class org.assertj.db.type.AssertDbConnectionFactory.DataSourceConnectionProviderFactory
-
Tables letter case.
- tableLetterCase - Variable in class org.assertj.db.type.AssertDbConnectionFactory.JdbcUrlConnectionProviderFactory
-
Tables letter case.
- TableOutputter - Class in org.assertj.db.output
-
Output methods for a
Table
. - TableRowAssert - Class in org.assertj.db.api
- TableRowAssert(TableAssert, Row) - Constructor for class org.assertj.db.api.TableRowAssert
-
Constructor.
- TableRowOutputter - Class in org.assertj.db.output
- TableRowOutputter(TableOutputter, Row) - Constructor for class org.assertj.db.output.TableRowOutputter
-
Constructor.
- TableRowValueAssert - Class in org.assertj.db.api
- TableRowValueAssert(TableRowAssert, Value) - Constructor for class org.assertj.db.api.TableRowValueAssert
-
Constructor.
- TableRowValueOutputter - Class in org.assertj.db.output
- TableRowValueOutputter(TableRowOutputter, Value) - Constructor for class org.assertj.db.output.TableRowValueOutputter
-
Constructor.
- tables(Table...) - Method in class org.assertj.db.type.Changes.Builder
- TEXT - Enum constant in enum org.assertj.db.type.ValueType
-
Text type (CHAR or VARCHAR column).
- then(Changes) - Static method in class org.assertj.db.api.BDDAssertions
-
Creates a new instance of
ChangesAssert
. - then(Request) - Static method in class org.assertj.db.api.BDDAssertions
-
Creates a new instance of
RequestAssert
. - then(Table) - Static method in class org.assertj.db.api.BDDAssertions
-
Creates a new instance of
TableAssert
. - TIME - Enum constant in enum org.assertj.db.type.ValueType
-
Time type.
- TimeValue - Class in org.assertj.db.type
-
This class represents a time value in the database.
- TimeValue(int, int) - Constructor for class org.assertj.db.type.TimeValue
-
Constructor.
- TimeValue(int, int, int) - Constructor for class org.assertj.db.type.TimeValue
-
Constructor.
- TimeValue(int, int, int, int) - Constructor for class org.assertj.db.type.TimeValue
-
Constructor.
- TimeValue(String) - Constructor for class org.assertj.db.type.TimeValue
-
Constructor.
- TimeValue(Time) - Constructor for class org.assertj.db.type.TimeValue
-
Constructor.
- TimeValue(LocalTime) - Constructor for class org.assertj.db.type.TimeValue
-
Constructor.
- TimeValue(Calendar) - Constructor for class org.assertj.db.type.TimeValue
-
Constructor.
- ToChange<CH> - Interface in org.assertj.db.navigation
-
Defines methods to navigate to an instance with assertion methods on a
Change
. - ToChanges<CHS> - Interface in org.assertj.db.navigation
-
Defines methods to navigate to changes or to a
Change
. - ToColumn<C> - Interface in org.assertj.db.navigation
-
Defines methods to navigate to a
Column
. - ToColumnFromChange<C> - Interface in org.assertj.db.navigation
- toConsole() - Method in class org.assertj.db.output.AbstractOutputter
-
Output
this
to theSystem.out
. - toFile(String) - Method in class org.assertj.db.output.AbstractOutputter
-
Output
this
to a file. - ToRow<R> - Interface in org.assertj.db.navigation
-
Defines methods to navigate to a
Row
. - ToRowFromChange<R> - Interface in org.assertj.db.navigation
- toStream(OutputStream) - Method in class org.assertj.db.output.AbstractOutputter
-
Output
this
to theOutputStream
. - toString() - Method in class org.assertj.db.type.DataSourceConnectionProvider
- toString() - Method in class org.assertj.db.type.DateTimeValue
- toString() - Method in class org.assertj.db.type.DateValue
- toString() - Method in class org.assertj.db.type.JdbcUrlConnectionProvider
- toString() - Method in class org.assertj.db.type.TimeValue
- ToValue<V> - Interface in org.assertj.db.navigation
-
Defines methods to navigate to a value.
- ToValueFromColumn<V> - Interface in org.assertj.db.navigation
- ToValueFromRow<V> - Interface in org.assertj.db.navigation
-
Defines methods to navigate to a value from a
Row
.
U
- unProxy(Class<?>) - Static method in class org.assertj.db.util.Proxies
-
Return base of proxified class if it is proxified otherwise return class.
- UPPER - Enum constant in enum org.assertj.db.type.lettercase.CaseConversions
-
Upper conversion of the case of a
String
. - UUID - Enum constant in enum org.assertj.db.type.ValueType
-
UUID type.
V
- value - Variable in class org.assertj.db.api.AbstractAssertWithValues
-
The actual value on which the assertion is.
- value - Variable in class org.assertj.db.api.AbstractValueAssert
-
The actual value on which this assertion is.
- value - Variable in class org.assertj.db.output.AbstractOutputterWithValues
-
The actual value on which the assertion is.
- value - Variable in class org.assertj.db.output.AbstractValueOutputter
-
The actual value on which this assertion is.
- value() - Method in class org.assertj.db.api.AbstractSubAssert
-
Returns assertion methods on the next value in the list of values.
- value() - Method in class org.assertj.db.api.AbstractValueAssert
-
Returns assertion methods on the next value in the list of values.
- value() - Method in class org.assertj.db.api.ChangeRowAssert
-
Returns assertion methods on the next value in the list of values.
- value() - Method in class org.assertj.db.api.ChangeRowValueAssert
-
Returns assertion methods on the next value in the list of values.
- value() - Method in interface org.assertj.db.navigation.ToValue
-
Returns assertion methods on the next value in the list of values.
- value() - Method in class org.assertj.db.output.AbstractSubOutputter
-
Returns assertion methods on the next value in the list of values.
- value() - Method in class org.assertj.db.output.AbstractValueOutputter
-
Returns assertion methods on the next value in the list of values.
- value() - Method in class org.assertj.db.output.ChangeRowOutputter
-
Returns assertion methods on the next value in the list of values.
- value() - Method in class org.assertj.db.output.ChangeRowValueOutputter
-
Returns assertion methods on the next value in the list of values.
- value(int) - Method in class org.assertj.db.api.AbstractSubAssert
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in class org.assertj.db.api.AbstractValueAssert
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in class org.assertj.db.api.ChangeRowAssert
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in class org.assertj.db.api.ChangeRowValueAssert
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in interface org.assertj.db.navigation.ToValue
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in class org.assertj.db.output.AbstractSubOutputter
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in class org.assertj.db.output.AbstractValueOutputter
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in class org.assertj.db.output.ChangeRowOutputter
-
Returns assertion methods on the value at the
index
in parameter. - value(int) - Method in class org.assertj.db.output.ChangeRowValueOutputter
-
Returns assertion methods on the value at the
index
in parameter. - value(String) - Method in class org.assertj.db.api.AbstractRowAssert
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in class org.assertj.db.api.AbstractRowValueAssert
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in class org.assertj.db.api.ChangeRowAssert
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in class org.assertj.db.api.ChangeRowValueAssert
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in interface org.assertj.db.navigation.ToValueFromRow
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in class org.assertj.db.output.AbstractRowOutputter
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in class org.assertj.db.output.AbstractRowValueOutputter
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in class org.assertj.db.output.ChangeRowOutputter
-
Returns assertion methods on the value corresponding to the column name in parameter.
- value(String) - Method in class org.assertj.db.output.ChangeRowValueOutputter
-
Returns assertion methods on the value corresponding to the column name in parameter.
- Value - Class in org.assertj.db.type
- valueAtEndPoint - Variable in class org.assertj.db.api.ChangeColumnAssert
-
The actual value at end point.
- valueAtEndPoint() - Method in class org.assertj.db.api.ChangeColumnAssert
-
Returns assertion methods on the value at the end point.
- valueAtEndPoint() - Method in class org.assertj.db.api.ChangeColumnValueAssert
-
Returns assertion methods on the value at the end point.
- valueAtEndPoint() - Method in interface org.assertj.db.navigation.ToValueFromColumn
-
Returns assertion methods on the value at the end point.
- valueAtEndPoint() - Method in class org.assertj.db.output.ChangeColumnOutputter
-
Returns assertion methods on the value at the end point.
- valueAtEndPoint() - Method in class org.assertj.db.output.ChangeColumnValueOutputter
-
Returns assertion methods on the value at the end point.
- valueAtStartPoint - Variable in class org.assertj.db.api.ChangeColumnAssert
-
The actual value at start point.
- valueAtStartPoint() - Method in class org.assertj.db.api.ChangeColumnAssert
-
Returns assertion methods on the value at the start point.
- valueAtStartPoint() - Method in class org.assertj.db.api.ChangeColumnValueAssert
-
Returns assertion methods on the value at the start point.
- valueAtStartPoint() - Method in interface org.assertj.db.navigation.ToValueFromColumn
-
Returns assertion methods on the value at the start point.
- valueAtStartPoint() - Method in class org.assertj.db.output.ChangeColumnOutputter
-
Returns assertion methods on the value at the start point.
- valueAtStartPoint() - Method in class org.assertj.db.output.ChangeColumnValueOutputter
-
Returns assertion methods on the value at the start point.
- ValueElement - Interface in org.assertj.db.navigation.element
-
Interface that represents a element of navigation about value.
- valueOf(String) - Static method in enum org.assertj.db.output.impl.OutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.type.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.type.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.type.lettercase.CaseComparisons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.type.lettercase.CaseConversions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.type.SchemaMetaDataMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.type.Table.Order.OrderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.type.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.util.ChangeComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.util.NameComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertj.db.util.RowComparator
-
Returns the enum constant of this type with the specified name.
- valuePosition - Variable in class org.assertj.db.api.AbstractColumnAssert
-
Position of navigation to value.
- valuePosition - Variable in class org.assertj.db.output.AbstractColumnOutputter
-
Position of navigation to value.
- values() - Static method in enum org.assertj.db.output.impl.OutputType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.type.ChangeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.type.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.type.lettercase.CaseComparisons
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.type.lettercase.CaseConversions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.type.SchemaMetaDataMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.type.Table.Order.OrderType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.type.ValueType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.util.ChangeComparator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.util.NameComparator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertj.db.util.RowComparator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Values - Class in org.assertj.db.util
-
Utility methods related to values.
- ValueType - Enum in org.assertj.db.type
-
Enumeration of the different type of value that are in the database.
W
- wasSuccess() - Method in class org.assertj.db.api.ErrorCollector
-
Return if no error collected in this instance.
- WithColumnLetterCase - Interface in org.assertj.db.type.lettercase
-
Defines the method to get the letter case of the columns.
- WithLetterCase - Interface in org.assertj.db.type.lettercase
-
Defines the method to get the letter cases.
- WithPrimaryKeyLetterCase - Interface in org.assertj.db.type.lettercase
-
Defines the method to get the letter case of the primary keys.
- WithTableLetterCase - Interface in org.assertj.db.type.lettercase
-
Defines the method to get the letter case of the tables.
- withType(Output) - Method in class org.assertj.db.output.AbstractOutputter
-
Changes the type of the output.
All Classes and Interfaces|All Packages|Serialized Form