Class Outputs

java.lang.Object
org.assertj.db.output.Outputs

public class Outputs extends Object
Entry point of all the outputs.
Since:
1.1.0
Author:
Régis Pouiller
  • Method Details

    • output

      public static TableOutputter output(Table table)
      Creates a new instance of TableOutputter.
      Parameters:
      table - The table to output on.
      Returns:
      The created output object.
    • output

      public static RequestOutputter output(Request request)
      Creates a new instance of RequestOutputter.
      Parameters:
      request - The request to output on.
      Returns:
      The created output object.
    • output

      public static ChangesOutputter output(Changes changes)
      Creates a new instance of ChangesOutputter.
      Parameters:
      changes - The changes to output on.
      Returns:
      The created output object.