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
  • Constructor Details

    • DefaultSolrServerConfigPopulatorIntegrationTest

      public DefaultSolrServerConfigPopulatorIntegrationTest()
  • Method Details

    • 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()