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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCatalogVersionAssert(CatalogVersionModel actual)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CatalogVersionAssertassertThat(CatalogVersionModel catalog)CatalogVersionAsserthasAllProductsWithPropertiesAs(java.util.Map<java.lang.String,java.lang.String> values)CatalogVersionAsserthasCounterPartProduct(ProductModel sourceProduct)CatalogVersionAsserthasCounterPartProductWithPropertiesAs(ProductModel sourceProduct, java.util.Map<java.lang.String,java.lang.String> values)CatalogVersionAsserthasNumOfProducts(int numOfProducts)CatalogVersionAsserthasNumOfProductsAndReferences(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 Detail
-
CatalogVersionAssert
protected CatalogVersionAssert(CatalogVersionModel actual)
-
-
Method Detail
-
assertThat
public static CatalogVersionAssert assertThat(CatalogVersionModel catalog)
-
hasNumOfProducts
public CatalogVersionAssert hasNumOfProducts(int numOfProducts)
-
hasNumOfProductsAndReferences
public CatalogVersionAssert hasNumOfProductsAndReferences(int numOfProducts, int numOfReferences)
-
hasAllProductsWithPropertiesAs
public CatalogVersionAssert hasAllProductsWithPropertiesAs(java.util.Map<java.lang.String,java.lang.String> values)
-
hasCounterPartProduct
public CatalogVersionAssert hasCounterPartProduct(ProductModel sourceProduct)
-
hasCounterPartProductWithPropertiesAs
public CatalogVersionAssert hasCounterPartProductWithPropertiesAs(ProductModel sourceProduct, java.util.Map<java.lang.String,java.lang.String> values)
-
-