Class DefaultLoadStoreFeaturesStrategyTest
- java.lang.Object
-
- de.hybris.platform.classification.strategy.impl.DefaultLoadStoreFeaturesStrategyTest
-
@UnitTest public class DefaultLoadStoreFeaturesStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultLoadStoreFeaturesStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldLoadFeaturesForProduct()Test method forDefaultLoadStoreFeaturesStrategy.loadFeatures(List, ProductModel).voidshouldLoadFeaturesForProductWithLocalizedAssignment()Test method forDefaultLoadStoreFeaturesStrategy.loadFeatures(List, ProductModel).voidshouldLoadUntypedFeaturesForProduct()Test method forDefaultLoadStoreFeaturesStrategy.loadFeatures(List, ProductModel).
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldLoadFeaturesForProduct
public void shouldLoadFeaturesForProduct()
Test method forDefaultLoadStoreFeaturesStrategy.loadFeatures(List, ProductModel).
-
shouldLoadFeaturesForProductWithLocalizedAssignment
public void shouldLoadFeaturesForProductWithLocalizedAssignment()
Test method forDefaultLoadStoreFeaturesStrategy.loadFeatures(List, ProductModel).
-
shouldLoadUntypedFeaturesForProduct
public void shouldLoadUntypedFeaturesForProduct()
Test method forDefaultLoadStoreFeaturesStrategy.loadFeatures(List, ProductModel).
-
-