Class CatalogVersionAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<CatalogVersionAssert,CatalogVersionModel>
de.hybris.platform.catalog.synchronization.CatalogVersionAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<CatalogVersionAssert,,CatalogVersionModel> org.assertj.core.api.Descriptable<CatalogVersionAssert>,org.assertj.core.api.ExtensionPoints<CatalogVersionAssert,CatalogVersionModel>
public class CatalogVersionAssert
extends org.assertj.core.api.AbstractAssert<CatalogVersionAssert,CatalogVersionModel>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogVersionAssertassertThat(CatalogVersionModel catalog) hasAllProductsWithPropertiesAs(Map<String, String> values) hasCounterPartProduct(ProductModel sourceProduct) hasCounterPartProductWithPropertiesAs(ProductModel sourceProduct, Map<String, String> values) hasNumOfProducts(int numOfProducts) hasNumOfProductsAndReferences(int numOfProducts, int numOfReferences) 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
-
CatalogVersionAssert
-
-
Method Details
-
assertThat
-
hasNumOfProducts
-
hasNumOfProductsAndReferences
-
hasAllProductsWithPropertiesAs
-
hasCounterPartProduct
-
hasCounterPartProductWithPropertiesAs
public CatalogVersionAssert hasCounterPartProductWithPropertiesAs(ProductModel sourceProduct, Map<String, String> values)
-