public class ShouldHaveColumnsSize
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldHaveColumnsSize(int actualSize,
int expectedSize)
Creates a new
. |
public static org.assertj.core.error.ErrorMessageFactory shouldHaveColumnsSize(int actualSize,
int expectedSize)
ShouldHaveColumnsSize.actualSize - the size of actual.expectedSize - the expected size.ErrorMessageFactory.Copyright © 2020 AssertJ. All rights reserved.