Class DefaultSolrServerConfigPopulatorIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.solrfacetsearch.converters.populator.DefaultSolrServerConfigPopulatorIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultSolrServerConfigPopulatorIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultSolrServerConfigPopulatorIntegrationTest()
-
Method Summary
-
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
-
shouldReturnEmptyListWhenThereAreNoURLsInDBAndPropertyIsNotSet
public void shouldReturnEmptyListWhenThereAreNoURLsInDBAndPropertyIsNotSet()
-
shouldReturnURLsFromPropertiesWhenThereAreNoURLsInDBAndPropertyIsSet
public void shouldReturnURLsFromPropertiesWhenThereAreNoURLsInDBAndPropertyIsSet()
-
shouldReturnURLsFromDBWhenThereAreURLsInDBAndPropertyIsNotSet
public void shouldReturnURLsFromDBWhenThereAreURLsInDBAndPropertyIsNotSet()
-
shouldIgnoreURLsFromDBWhenPropertyIsSet
public void shouldIgnoreURLsFromDBWhenPropertyIsSet()
-
shouldReturnUseMasterNodeFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet
public void shouldReturnUseMasterNodeFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet()
-
shouldReturnUseMasterNodeFromDBWhenThereIsModeInDBAndPropertyIsNotSet
public void shouldReturnUseMasterNodeFromDBWhenThereIsModeInDBAndPropertyIsNotSet()
-
shouldIgnoreUseMasterNodeFromDBWhenPropertyIsSet
public void shouldIgnoreUseMasterNodeFromDBWhenPropertyIsSet()
-
shouldReturnNumberOfShardsFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet
public void shouldReturnNumberOfShardsFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet()
-
shouldReturnNumberOfShardsFromDBWhenThereIsModeInDBAndPropertyIsNotSet
public void shouldReturnNumberOfShardsFromDBWhenThereIsModeInDBAndPropertyIsNotSet()
-
shouldIgnoreNumberOfShardsFromDBWhenPropertyIsSet
public void shouldIgnoreNumberOfShardsFromDBWhenPropertyIsSet()
-
shouldReturnReplicationFactorFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet
public void shouldReturnReplicationFactorFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet()
-
shouldReturnReplicationFactorFromDBWhenThereIsModeInDBAndPropertyIsNotSet
public void shouldReturnReplicationFactorFromDBWhenThereIsModeInDBAndPropertyIsNotSet()
-
shouldIgnoreReplicationFactorFromDBWhenPropertyIsSet
public void shouldIgnoreReplicationFactorFromDBWhenPropertyIsSet()
-
shouldReturnAutoAddReplicasFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet
public void shouldReturnAutoAddReplicasFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet()
-
shouldReturnAutoAddReplicasFromDBWhenThereIsModeInDBAndPropertyIsNotSet
public void shouldReturnAutoAddReplicasFromDBWhenThereIsModeInDBAndPropertyIsNotSet()
-
shouldIgnoreAutoAddReplicasFromDBWhenPropertyIsSet
public void shouldIgnoreAutoAddReplicasFromDBWhenPropertyIsSet()
-
shouldReturnModeFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet
public void shouldReturnModeFromPropertiesWhenThereAreNoModeInDBAndPropertyIsSet()
-
shouldReturnModeFromDBWhenThereIsModeInDBAndPropertyIsNotSet
public void shouldReturnModeFromDBWhenThereIsModeInDBAndPropertyIsNotSet()
-
shouldIgnoreModeFromDBWhenPropertyIsSet
public void shouldIgnoreModeFromDBWhenPropertyIsSet()
-
shouldReturnEmptyURLListForBlankConfigName
public void shouldReturnEmptyURLListForBlankConfigName()
-
shouldReturnSingleMasterURLForSingleValue
public void shouldReturnSingleMasterURLForSingleValue()
-
shouldReturnMultipleURLsAndFirstMustBeMarkedAsMaster1
public void shouldReturnMultipleURLsAndFirstMustBeMarkedAsMaster1()
-
shouldReturnMultipleURLsAndFirstMustBeMarkedAsMaster2
public void shouldReturnMultipleURLsAndFirstMustBeMarkedAsMaster2()
-
-