Class AsSimpleSearchProfileSynchronizationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.adaptivesearch.integration.synchronization.AbstractAsSynchronizationTest
-
- de.hybris.platform.adaptivesearch.integration.synchronization.AsSimpleSearchProfileSynchronizationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsSimpleSearchProfileSynchronizationTest extends AbstractAsSynchronizationTest
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
expectedException
-
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 AsSimpleSearchProfileSynchronizationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
searchProfileNotFoundBeforeSynchronization()
void
setUp()
void
synchronizeNewSearchProfile()
void
synchronizeRemovedSearchProfile()
void
synchronizeUpdatedSearchProfile()
-
Methods inherited from class de.hybris.platform.adaptivesearch.integration.synchronization.AbstractAsSynchronizationTest
assertSynchronized, synchronize
-
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 ImpExException
- Throws:
ImpExException
-
searchProfileNotFoundBeforeSynchronization
public void searchProfileNotFoundBeforeSynchronization() throws java.lang.Exception
- Throws:
java.lang.Exception
-
synchronizeNewSearchProfile
public void synchronizeNewSearchProfile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
synchronizeUpdatedSearchProfile
public void synchronizeUpdatedSearchProfile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
synchronizeRemovedSearchProfile
public void synchronizeRemovedSearchProfile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-