Package org.assertj.guava.error
Class TableShouldHaveColumnCount
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.TableShouldHaveColumnCount
-
- All Implemented Interfaces:
ErrorMessageFactory
public class TableShouldHaveColumnCount extends BasicErrorMessageFactory
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TableShouldHaveColumnCount(java.lang.Object actual, int actualSize, int expectedSize)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
tableShouldHaveColumnCount(java.lang.Object actual, int actualSize, int expectedSize)
Creates a new
.TableShouldHaveColumnCount
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
tableShouldHaveColumnCount
public static ErrorMessageFactory tableShouldHaveColumnCount(java.lang.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
.
-
-