Uses of Class
org.assertj.db.output.RequestOutputter
Packages that use RequestOutputter
Package
Description
This package contains classes that allows to output the information about table, request or changes.
-
Uses of RequestOutputter in org.assertj.db.output
Methods in org.assertj.db.output that return RequestOutputterModifier and TypeMethodDescriptionstatic RequestOutputterCreates a new instance ofRequestOutputter.RequestColumnOutputter.returnToRequest()Returns to level of assertion methods on aRequest.RequestRowOutputter.returnToRequest()Returns to level of assertion methods on aRequest.Constructors in org.assertj.db.output with parameters of type RequestOutputterModifierConstructorDescriptionRequestColumnOutputter(RequestOutputter origin, Column column) Constructor.RequestRowOutputter(RequestOutputter origin, Row row) Constructor.