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