Class IgnoreClassLoadingRuleExecutorTest

java.lang.Object
de.hybris.bootstrap.loader.rule.IgnoreClassLoadingRuleExecutorTest

@UnitTest public class IgnoreClassLoadingRuleExecutorTest extends Object
  • Constructor Details

    • IgnoreClassLoadingRuleExecutorTest

      public IgnoreClassLoadingRuleExecutorTest()
  • Method Details

    • testWhiteListClassFilter

      public void testWhiteListClassFilter()
    • testWhitelistClassPackageFilter

      public void testWhitelistClassPackageFilter()
    • testBlacklistClassFilter

      public void testBlacklistClassFilter()
    • testBlacklistClassPackageFilter

      public void testBlacklistClassPackageFilter()
    • testIgnoreIntrospectionMechanismForCustomizerClasses

      public void testIgnoreIntrospectionMechanismForCustomizerClasses()
    • testIgnoreIntrospectionMechanismForBeanInfoClasses

      public void testIgnoreIntrospectionMechanismForBeanInfoClasses()
    • testCorrectOrderForFilters

      public void testCorrectOrderForFilters()
    • testWhitelistAndIntrospectionFiltersInExactlyThatOrder

      public void testWhitelistAndIntrospectionFiltersInExactlyThatOrder()
    • testIntrospectionAndWhitelistFiltersInExactlyThatOrder

      public void testIntrospectionAndWhitelistFiltersInExactlyThatOrder()
    • testWhitelistBlacklistAndIntrospectionFiltersInExactlyThatOrder

      public void testWhitelistBlacklistAndIntrospectionFiltersInExactlyThatOrder()
    • shouldClassBeSkippedAfterFirstOccurenceOfClassNotFoundException

      public void shouldClassBeSkippedAfterFirstOccurenceOfClassNotFoundException()