Package de.hybris.platform.catalog.jalo
Class ProductFeatureJaloTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.catalog.jalo.ProductFeatureJaloTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class ProductFeatureJaloTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProductFeatureJaloTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldCreateProductFeatureWithReferenceValue()
void
shouldCreateProductFeatureWithReferenceValueWhichIsSubtypeOfConfiguredOne()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCreateProductFeatureWithReferenceValue
public void shouldCreateProductFeatureWithReferenceValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCreateProductFeatureWithReferenceValueWhichIsSubtypeOfConfiguredOne
public void shouldCreateProductFeatureWithReferenceValueWhichIsSubtypeOfConfiguredOne() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-