Package org.assertj.guava.error
Class TableShouldHaveRowCount
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.TableShouldHaveRowCount
-
- All Implemented Interfaces:
ErrorMessageFactory
public class TableShouldHaveRowCount extends BasicErrorMessageFactory
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TableShouldHaveRowCount(java.lang.Object actual, int actualSize, int expectedSize)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
tableShouldHaveRowCount(java.lang.Object actual, int actualSize, int expectedSize)
Creates a new
.TableShouldHaveRowCount
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
tableShouldHaveRowCount
public static ErrorMessageFactory tableShouldHaveRowCount(java.lang.Object actual, int actualSize, int expectedSize)
Creates a new
.TableShouldHaveRowCount
- Parameters:
actual
- the actual value in the failed assertion.actualSize
- the number of row keys inactual
.expectedSize
- the expected number of row keys.- Returns:
- the created
ErrorMessageFactory
.
-
-