Package de.hybris.bootstrap.loader.rule
Class IgnoreClassLoadingRuleExecutorTest
- java.lang.Object
-
- de.hybris.bootstrap.loader.rule.IgnoreClassLoadingRuleExecutorTest
-
@UnitTest public class IgnoreClassLoadingRuleExecutorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IgnoreClassLoadingRuleExecutorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidshouldClassBeSkippedAfterFirstOccurenceOfClassNotFoundException()voidtestBlacklistClassFilter()voidtestBlacklistClassPackageFilter()voidtestCorrectOrderForFilters()voidtestIgnoreIntrospectionMechanismForBeanInfoClasses()voidtestIgnoreIntrospectionMechanismForCustomizerClasses()voidtestIntrospectionAndWhitelistFiltersInExactlyThatOrder()voidtestWhitelistAndIntrospectionFiltersInExactlyThatOrder()voidtestWhitelistBlacklistAndIntrospectionFiltersInExactlyThatOrder()voidtestWhiteListClassFilter()voidtestWhitelistClassPackageFilter()
-
-
-
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()
-
-