Uses of Class
org.assertj.db.type.Row
Packages that use Row
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions).This package contains utility classes that implements the different assertions methods.
This package contains classes that allows to output the information about table, request or changes.
This package contains utility classes about the output.
This package contains the classes that defines the different types used in assertj-db.
This package contains the utility classes of assertj-db.
-
Uses of Row in org.assertj.db.api
Fields in org.assertj.db.api declared as RowModifier and TypeFieldDescriptionprotected final RowAbstractRowAssert.rowRow on which do the assertion.Constructors in org.assertj.db.api with parameters of type RowModifierConstructorDescriptionChangeRowAssert(ChangeAssert origin, Row row) Constructor.RequestRowAssert(RequestAssert origin, Row row) Constructor.TableRowAssert(TableAssert origin, Row row) Constructor. -
Uses of Row in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type RowModifier and TypeMethodDescriptionstatic <A extends AbstractAssert<?>>
AAssertionsOnRowOfChangeExistence.doesNotExist(A assertion, org.assertj.core.api.WritableAssertionInfo info, Row row) Verifies that the row of the change does not exist.static <A extends AbstractAssert<?>>
AAssertionsOnRowOfChangeExistence.exists(A assertion, org.assertj.core.api.WritableAssertionInfo info, Row row) Verifies that the row of the change exists. -
Uses of Row in org.assertj.db.output
Constructors in org.assertj.db.output with parameters of type RowModifierConstructorDescriptionChangeRowOutputter(ChangeOutputter origin, Row row) Constructor.RequestRowOutputter(RequestOutputter origin, Row row) Constructor.TableRowOutputter(TableOutputter origin, Row row) Constructor. -
Uses of Row in org.assertj.db.output.impl
Methods in org.assertj.db.output.impl with parameters of type RowModifier and TypeMethodDescriptionOutput.getRowOutput(org.assertj.core.api.WritableAssertionInfo info, Row row) Returns the output of aRow.OutputType.getRowOutput(org.assertj.core.api.WritableAssertionInfo info, Row row) Returns the output of aRow. -
Uses of Row in org.assertj.db.type
Methods in org.assertj.db.type that return RowModifier and TypeMethodDescriptionAbstractDbData.getRow(int index) Returns the row corresponding to the index.Change.getRowAtEndPoint()Returns the row at end point.Change.getRowAtStartPoint()Returns the row at start point.AbstractDbData.getRowFromPksValues(Value... pksValues) Returns theRowwith the primary keys values in parameter.Methods in org.assertj.db.type that return types with arguments of type RowModifier and TypeMethodDescriptionAbstractDbData.getRowsList()Returns the list of the values in rows for the data from database.Methods in org.assertj.db.type with parameters of type Row -
Uses of Row in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type Row