public class ShouldHavePksNames
extends org.assertj.core.error.BasicErrorMessageFactory
Modifier and Type | Method and Description |
---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldHavePksNames(String[] names,
String[] expectedNames)
Creates a new
. |
public static org.assertj.core.error.ErrorMessageFactory shouldHavePksNames(String[] names, String[] expectedNames)
ShouldHavePksNames
.names
- The names of the columns.expectedNames
- The expected names of the columns.ErrorMessageFactory
.Copyright © 2020 AssertJ. All rights reserved.