Class ImpexHeaderBuilderIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.y2ysync.impex.typesystem.ImpexHeaderBuilderIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ImpexHeaderBuilderIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ImpexHeaderBuilderIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldReturnHeaderForDateAttributeWithProperFormat()
void
shouldReturnHeaderForLocalizedRelation()
void
shouldReturnHeaderForNonLocalizedRelation()
void
shouldReturnHeaderForReferenceAttributeMappingItsUniqueAttributes()
void
shouldReturnHeaderForSimpleAtomicAttribute()
-
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
-
shouldReturnHeaderForSimpleAtomicAttribute
public void shouldReturnHeaderForSimpleAtomicAttribute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnHeaderForReferenceAttributeMappingItsUniqueAttributes
public void shouldReturnHeaderForReferenceAttributeMappingItsUniqueAttributes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnHeaderForLocalizedRelation
public void shouldReturnHeaderForLocalizedRelation() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnHeaderForNonLocalizedRelation
public void shouldReturnHeaderForNonLocalizedRelation() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnHeaderForDateAttributeWithProperFormat
public void shouldReturnHeaderForDateAttributeWithProperFormat() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-