Package org.assertj.db.error
Class ShouldHavePksNames
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.db.error.ShouldHavePksNames
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class ShouldHavePksNames
extends org.assertj.core.error.BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies the names of the columns of the primary key.
- Author:
- Régis Pouiller
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic org.assertj.core.error.ErrorMessageFactoryshouldHavePksNames(String[] names, String[] expectedNames) Creates a new.ShouldHavePksNamesMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldHavePksNames
public static org.assertj.core.error.ErrorMessageFactory shouldHavePksNames(String[] names, String[] expectedNames) Creates a new.ShouldHavePksNames- Parameters:
names- The names of the columns.expectedNames- The expected names of the columns.- Returns:
- the created
ErrorMessageFactory.
-