Package org.assertj.guava.error
Class TableShouldContainRows
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.TableShouldContainRows
- All Implemented Interfaces:
ErrorMessageFactory
- Author:
- Jan Gorman
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
tableShouldContainRows
(Object actual, Object[] rows, Set<?> rowsNotFound) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
TableShouldContainRows
-
-
Method Details
-
tableShouldContainRows
public static ErrorMessageFactory tableShouldContainRows(Object actual, Object[] rows, Set<?> rowsNotFound)
-