Package de.hybris.platform.catalog
Class ProductFeatureSldTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.catalog.ProductFeatureSldTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProductFeatureSldTest extends ServicelayerBaseTest
Direct persistence tests for ProductFeature related scenarios
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProductFeatureSldTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldCreateProductFeatureSuccessfullyWithBooleanValue()
void
shouldCreateProductFeatureSuccessfullyWithNumberValue()
void
shouldCreateProductFeatureSuccessfullyWithStringValue()
void
TearDown()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
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
-
TearDown
public void TearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCreateProductFeatureSuccessfullyWithNumberValue
public void shouldCreateProductFeatureSuccessfullyWithNumberValue()
-
shouldCreateProductFeatureSuccessfullyWithStringValue
public void shouldCreateProductFeatureSuccessfullyWithStringValue()
-
shouldCreateProductFeatureSuccessfullyWithBooleanValue
public void shouldCreateProductFeatureSuccessfullyWithBooleanValue()
-
-