Class RecordAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<RecordAssert,ModificationRecord>
de.hybris.platform.servicelayer.internal.model.impl.RecordAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<RecordAssert,,ModificationRecord> org.assertj.core.api.Descriptable<RecordAssert>,org.assertj.core.api.ExtensionPoints<RecordAssert,ModificationRecord>
public class RecordAssert
extends org.assertj.core.api.AbstractAssert<RecordAssert,ModificationRecord>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordAssertassertThat(ModificationRecord actual) hasChangesOfSize(int size) hasLocalizedChangesOfSize(int size) hasPropertyHolderWithNameAndValue(String propertyName, Object value) hasPropertyHolderWithNameAndValue(String propertyName, Object value, Locale locale) Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
RecordAssert
-
-
Method Details
-
assertThat
-
isTypeOf
-
hasChanges
-
hasChangesOfSize
-
hasLocalizedChanges
-
hasLocalizedChangesOfSize
-
hasPropertyHolderWithNameAndValue
-
hasPropertyHolderWithNameAndValue
public RecordAssert hasPropertyHolderWithNameAndValue(String propertyName, Object value, Locale locale)
-