Package org.assertj.db.error
Class ShouldHavePksValues
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.db.error.ShouldHavePksValues
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class ShouldHavePksValues
extends org.assertj.core.error.BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies the values 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.ErrorMessageFactory
shouldHavePksValues
(Object[] values, Object[] expectedValues) Creates a new
.ShouldHavePksValues
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldHavePksValues
public static org.assertj.core.error.ErrorMessageFactory shouldHavePksValues(Object[] values, Object[] expectedValues) Creates a new
.ShouldHavePksValues
- Parameters:
values
- The values of the columns.expectedValues
- The expected values of the columns.- Returns:
- the created
ErrorMessageFactory
.
-