Class TableRowValueOutputter

All Implemented Interfaces:
org.assertj.core.api.Descriptable<TableRowValueOutputter>, Element, ValueElement, Navigation, ToColumn<TableColumnOutputter>, ToRow<TableRowOutputter>, ToValue<TableRowValueOutputter>, ToValueFromRow<TableRowValueOutputter>

Output methods for a value in a Row of a Table.
Author:
Régis Pouiller
  • Constructor Details

    • TableRowValueOutputter

      public TableRowValueOutputter(TableRowOutputter origin, Value value)
      Constructor.
      Parameters:
      origin - The assertion of Origin.
      value - The value to assert.