Class SecureConfigurationViewServiceFunctionalTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.config.SecureConfigurationViewServiceFunctionalTest
-
@UnitTest public class SecureConfigurationViewServiceFunctionalTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecureConfigurationViewServiceFunctionalTest()
-
Method Summary
-
-
-
Method Detail
-
prepareTest
public void prepareTest()
-
shouldAllowAllIfNothingBlacklisted
public void shouldAllowAllIfNothingBlacklisted()
-
shouldApplySingleBlacklist
public void shouldApplySingleBlacklist()
-
shouldApplyMultiBlacklist
public void shouldApplyMultiBlacklist()
-
shouldApplyMergedBlacklist
public void shouldApplyMergedBlacklist()
-
shouldApplySingleRegex
public void shouldApplySingleRegex()
-
shouldApplyMergedRegex
public void shouldApplyMergedRegex()
-
shouldIgnoreLetterCaseInBlacklist
public void shouldIgnoreLetterCaseInBlacklist()
-
shouldIgnoreLetterCaseInRegex
public void shouldIgnoreLetterCaseInRegex()
-
shouldBlacklistIgnoreLetterCase
public void shouldBlacklistIgnoreLetterCase()
-
shouldRegexIgnoreLetterCase
public void shouldRegexIgnoreLetterCase()
-
shouldApplyNonexistentBlacklist
public void shouldApplyNonexistentBlacklist()
-
shouldApplyBlankEntryBlacklist
public void shouldApplyBlankEntryBlacklist()
-
shouldApplyEmptyEntryBlacklist
public void shouldApplyEmptyEntryBlacklist()
-
shouldNotApplyIncompleteEntryBlacklist
public void shouldNotApplyIncompleteEntryBlacklist()
-
shouldAcceptAnyKeyNameInBlacklist
public void shouldAcceptAnyKeyNameInBlacklist()
-
shouldApplyEdgeRegex
public void shouldApplyEdgeRegex()
-
shouldIgnoreBlankRegex
public void shouldIgnoreBlankRegex()
-
shouldBePossibleToRemoveAllByRegex
public void shouldBePossibleToRemoveAllByRegex()
-
shouldHideByBlacklist
public void shouldHideByBlacklist()
-
shouldHideByRegex
public void shouldHideByRegex()
-
shouldHideByBlacklistAndRegex
public void shouldHideByBlacklistAndRegex()
-
shouldRemoveByBlacklistAndRegex
public void shouldRemoveByBlacklistAndRegex()
-
shouldHidePropertiesOnlyByBlacklist
public void shouldHidePropertiesOnlyByBlacklist()
-
shouldHideEnvOnlyByBlacklist
public void shouldHideEnvOnlyByBlacklist()
-
shouldHidePropertiesOnlyByRegex
public void shouldHidePropertiesOnlyByRegex()
-
shouldHideEnvOnlyByRegex
public void shouldHideEnvOnlyByRegex()
-
-