Class DefaultSolrServerConfigPopulatorIntegrationTest

    • Constructor Detail

      • DefaultSolrServerConfigPopulatorIntegrationTest

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