Package de.hybris.bootstrap.loader.rule
Class IgnoreClassLoadingRuleExecutorTest
java.lang.Object
de.hybris.bootstrap.loader.rule.IgnoreClassLoadingRuleExecutorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
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()
-