Class ClassAttributePropertyDescriptorTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.cockpit.model.meta.ClassAttributePropertyDescriptorTest
- All Implemented Interfaces:
JaloSessionHolder
Tests proper handling of escaped characters (".", "/") in ClassAttributePropertyDescriptor
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()Set up creates 2 classification classes and 3 classification attributes in total.
system | 1.0 | myClass (myAttr, my.attr) ; bla/bla (my.super.attr)voidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
ClassAttributePropertyDescriptorTest
public ClassAttributePropertyDescriptorTest()
-
-
Method Details
-
setUp
Set up creates 2 classification classes and 3 classification attributes in total.
system | 1.0 | myClass (myAttr, my.attr) ; bla/bla (my.super.attr)- Throws:
Exception
-
testRegularDescriptor
public void testRegularDescriptor() -
testDescriptorWithEscapedDots
public void testDescriptorWithEscapedDots() -
testDescriptorWith2EscapedDotsAndSlashInClassName
public void testDescriptorWith2EscapedDotsAndSlashInClassName() -
testEscapedDotsInClassVersion
public void testEscapedDotsInClassVersion()
-