Class TableShouldContainRows

  • All Implemented Interfaces:
    org.assertj.core.error.ErrorMessageFactory

    public class TableShouldContainRows
    extends org.assertj.core.error.BasicErrorMessageFactory
    Author:
    Jan Gorman
    • Constructor Detail

      • TableShouldContainRows

        private TableShouldContainRows​(Object actual,
                                       Object row)
      • TableShouldContainRows

        public TableShouldContainRows​(Object actual,
                                      Object[] rows,
                                      Set<?> rowsNotFound)
    • Method Detail

      • tableShouldContainRows

        public static org.assertj.core.error.ErrorMessageFactory tableShouldContainRows​(Object actual,
                                                                                        Object[] rows,
                                                                                        Set<?> rowsNotFound)