Class RecordAssert
- java.lang.Object
-
- org.fest.assertions.Assert
-
- org.fest.assertions.GenericAssert<RecordAssert,ModificationRecord>
-
- de.hybris.platform.servicelayer.internal.model.impl.RecordAssert
-
public class RecordAssert extends org.fest.assertions.GenericAssert<RecordAssert,ModificationRecord>
-
-
Constructor Summary
Constructors Constructor Description RecordAssert(ModificationRecord actual)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordAssertassertThat(ModificationRecord actual)RecordAsserthasChanges()RecordAsserthasChangesOfSize(int size)RecordAsserthasLocalizedChanges()RecordAsserthasLocalizedChangesOfSize(int size)RecordAsserthasPropertyHolderWithNameAndValue(java.lang.String propertyName, java.lang.Object value)RecordAsserthasPropertyHolderWithNameAndValue(java.lang.String propertyName, java.lang.Object value, java.util.Locale locale)RecordAssertisTypeOf(java.lang.String type)-
Methods inherited from class org.fest.assertions.GenericAssert
as, as, describedAs, describedAs, doesNotSatisfy, is, isEqualTo, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfies
-
-
-
-
Constructor Detail
-
RecordAssert
public RecordAssert(ModificationRecord actual)
-
-
Method Detail
-
assertThat
public static RecordAssert assertThat(ModificationRecord actual)
-
isTypeOf
public RecordAssert isTypeOf(java.lang.String type)
-
hasChanges
public RecordAssert hasChanges()
-
hasChangesOfSize
public RecordAssert hasChangesOfSize(int size)
-
hasLocalizedChanges
public RecordAssert hasLocalizedChanges()
-
hasLocalizedChangesOfSize
public RecordAssert hasLocalizedChangesOfSize(int size)
-
hasPropertyHolderWithNameAndValue
public RecordAssert hasPropertyHolderWithNameAndValue(java.lang.String propertyName, java.lang.Object value)
-
hasPropertyHolderWithNameAndValue
public RecordAssert hasPropertyHolderWithNameAndValue(java.lang.String propertyName, java.lang.Object value, java.util.Locale locale)
-
-