Class IgnoreClassLoadingRuleExecutorTest


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

      • IgnoreClassLoadingRuleExecutorTest

        public IgnoreClassLoadingRuleExecutorTest()
    • Method Detail

      • prepare

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