Class SecureConfigurationViewServiceTest

java.lang.Object
de.hybris.platform.servicelayer.config.SecureConfigurationViewServiceTest

@UnitTest public class SecureConfigurationViewServiceTest extends Object
  • Constructor Details

    • SecureConfigurationViewServiceTest

      public SecureConfigurationViewServiceTest()
  • Method Details

    • shouldNotDisplayBlacklistedPropertiesInRemoveMode

      public void shouldNotDisplayBlacklistedPropertiesInRemoveMode()
    • shouldShowAsterisksForBlacklistedPropertiesInHideMode

      public void shouldShowAsterisksForBlacklistedPropertiesInHideMode()
    • shouldNotDisplayBlacklistedByRegexInRemoveMode

      public void shouldNotDisplayBlacklistedByRegexInRemoveMode()
    • shouldBlankRegexBeIgnored

      public void shouldBlankRegexBeIgnored()
    • shouldShowAsterisksForBlacklistedPropertiesByRegexInHideMode

      public void shouldShowAsterisksForBlacklistedPropertiesByRegexInHideMode()
    • shouldNotDisplayBlacklistedEnvVarsAndSystemPropertiesInRemoveMode

      public void shouldNotDisplayBlacklistedEnvVarsAndSystemPropertiesInRemoveMode()
    • shouldNotDisplayBlacklistedEnvVarsByRegexAndSystemPropertiesInRemoveMode

      public void shouldNotDisplayBlacklistedEnvVarsByRegexAndSystemPropertiesInRemoveMode()
    • shouldShowAsterisksForBlacklistedEnvVarsByRegexAndSystemPropertiesInHideMode

      public void shouldShowAsterisksForBlacklistedEnvVarsByRegexAndSystemPropertiesInHideMode()
    • shouldShowAsterisksForBlacklistedEnvVarsAndSystemPropertiesInHideMode

      public void shouldShowAsterisksForBlacklistedEnvVarsAndSystemPropertiesInHideMode()
    • shouldAdjustPropertiesBlacklistToMatchEnvironmentPropertyFormat

      public void shouldAdjustPropertiesBlacklistToMatchEnvironmentPropertyFormat()
    • shouldIgnoreCaseForBlacklistEntries

      public void shouldIgnoreCaseForBlacklistEntries()
    • shouldNotDisplayPropertiesWithUppercaseWhenBlacklisted

      public void shouldNotDisplayPropertiesWithUppercaseWhenBlacklisted()
    • shouldShowAsterisksForPropertiesWithUppercaseWhenBlacklisted

      public void shouldShowAsterisksForPropertiesWithUppercaseWhenBlacklisted()
    • shouldAllowCaseInsensitiveBlacklistRules

      public void shouldAllowCaseInsensitiveBlacklistRules()
    • mockConfiguration

      public static ConfigIntf mockConfiguration(Map<String,String> blacklist, Map<String,String> regexRules, Map<String,String> properties, String strategy)