Class SecureConfigurationViewServiceTest


  • @UnitTest
    public class SecureConfigurationViewServiceTest
    extends java.lang.Object
    • Constructor Detail

      • SecureConfigurationViewServiceTest

        public SecureConfigurationViewServiceTest()
    • Method Detail

      • 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​(java.util.Map<java.lang.String,​java.lang.String> blacklist,
                                                   java.util.Map<java.lang.String,​java.lang.String> regexRules,
                                                   java.util.Map<java.lang.String,​java.lang.String> properties,
                                                   java.lang.String strategy)