Uses of Class
org.assertj.db.type.Table
Packages that use Table
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions).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 Table in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type TableModifier and TypeMethodDescriptionstatic TableAssertAssertions.assertThat(Table table) Creates a new instance ofTableAssert.SoftAssertions.assertThat(Table table) Creates a new instance ofTableAssert.static TableAssertCreates a new instance ofTableAssert.Constructors in org.assertj.db.api with parameters of type Table -
Uses of Table in org.assertj.db.output
Methods in org.assertj.db.output with parameters of type TableModifier and TypeMethodDescriptionstatic TableOutputterCreates a new instance ofTableOutputter. -
Uses of Table in org.assertj.db.output.impl
Methods in org.assertj.db.output.impl with parameters of type TableModifier and TypeMethodDescriptionOutput.getTableOutput(org.assertj.core.api.WritableAssertionInfo info, Table table) Returns the output of aTable.OutputType.getTableOutput(org.assertj.core.api.WritableAssertionInfo info, Table table) Returns the output of aTable. -
Uses of Table in org.assertj.db.type
Methods in org.assertj.db.type that return TableMethods in org.assertj.db.type that return types with arguments of type TableModifier and TypeMethodDescriptionChanges.getTablesAtEndPointList()Returns the list of theTables at end point.Changes.getTablesAtStartPointList()Returns the list of theTables at start point.Changes.getTablesList()Returns the list ofTable.Methods in org.assertj.db.type with parameters of type TableModifier and TypeMethodDescription -
Uses of Table in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type TableModifier and TypeMethodDescriptionstatic StringDescriptions.getDescription(Table table) Returns the description of thetable.