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 ChangesOutputterCreates a new instance ofChangesOutputter.static RequestOutputterCreates a new instance ofRequestOutputter.static TableOutputterCreates 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.
-