public class TableShouldHaveColumnCount
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
tableShouldHaveColumnCount(Object actual,
int actualSize,
int expectedSize)
Creates a new
. |
public static org.assertj.core.error.ErrorMessageFactory tableShouldHaveColumnCount(Object actual, int actualSize, int expectedSize)
TableShouldHaveColumnCount.actual - the actual value in the failed assertion.actualSize - the number of column keys in actual.expectedSize - the expected number of column keys.ErrorMessageFactory.Copyright © 2018 AssertJ. All rights reserved.