Package org.assertj.db.output
Class Outputs
java.lang.Object
org.assertj.db.output.Outputs
Entry point of all the outputs.
- Since:
- 1.1.0
- Author:
- Régis Pouiller
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangesOutputter
Creates a new instance ofChangesOutputter
.static RequestOutputter
Creates a new instance ofRequestOutputter
.static TableOutputter
Creates a new instance ofTableOutputter
.
-
Method Details
-
output
Creates a new instance ofTableOutputter
.- Parameters:
table
- The table to output on.- Returns:
- The created output object.
-
output
Creates a new instance ofRequestOutputter
.- Parameters:
request
- The request to output on.- Returns:
- The created output object.
-
output
Creates a new instance ofChangesOutputter
.- Parameters:
changes
- The changes to output on.- Returns:
- The created output object.
-