Package de.hybris.platform.ldap.jobs
Class LDIFGroupImportJobPerformableIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.ldap.jobs.LDIFGroupImportJobPerformableIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class LDIFGroupImportJobPerformableIntegrationTest extends ServicelayerTransactionalTest
Test class for LDIFGroupImportJobPerformable.
-
-
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 LDIFGroupImportJobPerformableIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testImportUserModeFalseMembers()
void
testImportUserModeFalseNoData()
void
testImportUserModeFalseNoMembers()
void
testImportUserModeTrueMembersQualifier()
void
testImportUserModeTrueNoData()
void
testImportUserModeTrueNoMemebers()
void
testProperAttributesFilebased()
-
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
-
testImportUserModeFalseNoMembers
public void testImportUserModeFalseNoMembers() throws javax.naming.NamingException, java.io.IOException
- Throws:
javax.naming.NamingException
java.io.IOException
-
testImportUserModeFalseNoData
public void testImportUserModeFalseNoData() throws javax.naming.NamingException, java.io.IOException
- Throws:
javax.naming.NamingException
java.io.IOException
-
testImportUserModeTrueMembersQualifier
public void testImportUserModeTrueMembersQualifier() throws javax.naming.NamingException, java.io.IOException
- Throws:
javax.naming.NamingException
java.io.IOException
-
testImportUserModeTrueNoMemebers
public void testImportUserModeTrueNoMemebers() throws javax.naming.NamingException, java.io.IOException
- Throws:
javax.naming.NamingException
java.io.IOException
-
testImportUserModeTrueNoData
public void testImportUserModeTrueNoData() throws javax.naming.NamingException, java.io.IOException
- Throws:
javax.naming.NamingException
java.io.IOException
-
testImportUserModeFalseMembers
public void testImportUserModeFalseMembers() throws javax.naming.NamingException, java.io.IOException
- Throws:
javax.naming.NamingException
java.io.IOException
-
testProperAttributesFilebased
public void testProperAttributesFilebased() throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
-
-