Class RequestColumnValueOutputter

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

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

    • RequestColumnValueOutputter

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