Uses of Enum Class
org.springframework.test.annotation.DirtiesContext.HierarchyMode
Package
Description
Support classes for annotation-driven tests.
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.
Support for context caching within the Spring TestContext Framework.
Support classes for the Spring TestContext Framework.
-
Uses of DirtiesContext.HierarchyMode in org.springframework.test.annotation
Modifier and TypeMethodDescriptionstatic DirtiesContext.HierarchyMode
Returns the enum constant of this class with the specified name.static DirtiesContext.HierarchyMode[]
DirtiesContext.HierarchyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DirtiesContext.HierarchyMode in org.springframework.test.context
Modifier and TypeMethodDescriptionvoid
CacheAwareContextLoaderDelegate.closeContext
(MergedContextConfiguration mergedContextConfiguration, DirtiesContext.HierarchyMode hierarchyMode) Remove the application context for the suppliedMergedContextConfiguration
from theContextCache
and close it if it is an instance ofConfigurableApplicationContext
.void
TestContext.markApplicationContextDirty
(DirtiesContext.HierarchyMode hierarchyMode) Call this method to signal that the application context associated with this test context is dirty and should be removed from the context cache. -
Uses of DirtiesContext.HierarchyMode in org.springframework.test.context.cache
Modifier and TypeMethodDescriptionvoid
DefaultCacheAwareContextLoaderDelegate.closeContext
(MergedContextConfiguration mergedContextConfiguration, DirtiesContext.HierarchyMode hierarchyMode) void
ContextCache.remove
(MergedContextConfiguration key, DirtiesContext.HierarchyMode hierarchyMode) Remove the context with the given key from the cache and explicitly close it if it is an instance ofConfigurableApplicationContext
.void
DefaultContextCache.remove
(MergedContextConfiguration key, DirtiesContext.HierarchyMode hierarchyMode) Remove the context with the given key from the cache and explicitly close it if it is an instance ofConfigurableApplicationContext
. -
Uses of DirtiesContext.HierarchyMode in org.springframework.test.context.support
Modifier and TypeMethodDescriptionprotected void
AbstractDirtiesContextTestExecutionListener.dirtyContext
(TestContext testContext, DirtiesContext.HierarchyMode hierarchyMode) Mark the application context of the supplied test context as dirty and setREINJECT_DEPENDENCIES_ATTRIBUTE
in the test context totrue
.void
DefaultTestContext.markApplicationContextDirty
(DirtiesContext.HierarchyMode hierarchyMode) Mark the application context associated with this test context as dirty (i.e., by removing it from the context cache and closing it).