Package org.assertj.guava.error
Class TableShouldHaveColumnCount
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.TableShouldHaveColumnCount
- All Implemented Interfaces:
ErrorMessageFactory
- Author:
- David Harris
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactorytableShouldHaveColumnCount(Object actual, int actualSize, int expectedSize) Creates a new.TableShouldHaveColumnCountMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
tableShouldHaveColumnCount
public static ErrorMessageFactory tableShouldHaveColumnCount(Object actual, int actualSize, int expectedSize) Creates a new.TableShouldHaveColumnCount- Parameters:
actual- the actual value in the failed assertion.actualSize- the number of column keys inactual.expectedSize- the expected number of column keys.- Returns:
- the created
ErrorMessageFactory.
-