Class AttributeValueAssert
- java.lang.Object
-
- org.assertj.core.api.AbstractAssert<AttributeValueAssert,SLDDataContainer.AttributeValue>
-
- de.hybris.platform.directpersistence.read.AttributeValueAssert
-
- All Implemented Interfaces:
org.assertj.core.api.Assert<AttributeValueAssert,SLDDataContainer.AttributeValue>,org.assertj.core.api.Descriptable<AttributeValueAssert>,org.assertj.core.api.ExtensionPoints<AttributeValueAssert,SLDDataContainer.AttributeValue>
public class AttributeValueAssert extends org.assertj.core.api.AbstractAssert<AttributeValueAssert,SLDDataContainer.AttributeValue>
-
-
Constructor Summary
Constructors Constructor Description AttributeValueAssert(SLDDataContainer.AttributeValue actual)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeValueAssertassertThat(SLDDataContainer.AttributeValue actual)<T extends ItemModel>
AttributeValueAssertwithReferenceValueEqualTo(T referenceValue)AttributeValueAssertwithValueEqualTo(java.lang.Object value)-
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 Detail
-
AttributeValueAssert
public AttributeValueAssert(SLDDataContainer.AttributeValue actual)
-
-
Method Detail
-
assertThat
public static AttributeValueAssert assertThat(SLDDataContainer.AttributeValue actual)
-
withValueEqualTo
public AttributeValueAssert withValueEqualTo(java.lang.Object value)
-
withReferenceValueEqualTo
public <T extends ItemModel> AttributeValueAssert withReferenceValueEqualTo(T referenceValue)
-
-