Class RequestRowValueOutputter

All Implemented Interfaces:
org.assertj.core.api.Descriptable<RequestRowValueOutputter>, Element, ValueElement, Navigation, ToColumn<RequestColumnOutputter>, ToRow<RequestRowOutputter>, ToValue<RequestRowValueOutputter>, ToValueFromRow<RequestRowValueOutputter>

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

    • RequestRowValueOutputter

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