Class DefaultEventConfigurationDaoTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.apiregistryservices.dao.impl.DefaultEventConfigurationDaoTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultEventConfigurationDaoTest extends ServicelayerTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultEventConfigurationDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfindActiveEventConfigsByClassWith2Channels()voidfindActiveEventConfigsByClassWithOneChannel()voidfindActiveEventConfigsByInactiveClass()voidfindEventConfigsByDestinationTargetId()voidfindNotExistedEventConfigs()voidsetUp()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, 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
-
findActiveEventConfigsByClassWith2Channels
public void findActiveEventConfigsByClassWith2Channels()
-
findActiveEventConfigsByClassWithOneChannel
public void findActiveEventConfigsByClassWithOneChannel()
-
findActiveEventConfigsByInactiveClass
public void findActiveEventConfigsByInactiveClass()
-
findNotExistedEventConfigs
public void findNotExistedEventConfigs()
-
findEventConfigsByDestinationTargetId
public void findEventConfigsByDestinationTargetId()
-
-