Uses of Interface
org.springframework.test.context.ContextCustomizer
Package
Description
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
-
Uses of ContextCustomizer in org.springframework.test.context
Modifier and TypeMethodDescriptionContextCustomizerFactory.createContextCustomizer
(Class<?> testClass, List<ContextConfigurationAttributes> configAttributes) Create aContextCustomizer
that should be used to customize aConfigurableApplicationContext
before it is refreshed.Modifier and TypeMethodDescriptionMergedContextConfiguration.getContextCustomizers()
Get the mergedContextCustomizers
that will be applied when the application context is loaded.