Uses of Interface
org.springframework.test.context.ApplicationContextFailureProcessor
Packages that use ApplicationContextFailureProcessor
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.
Support for context caching within the Spring TestContext Framework.
Support classes for the Spring TestContext Framework.
-
Uses of ApplicationContextFailureProcessor in org.springframework.test.context
Methods in org.springframework.test.context with parameters of type ApplicationContextFailureProcessorModifier and TypeMethodDescriptiondefault void
CacheAwareContextLoaderDelegate.setContextFailureProcessor
(ApplicationContextFailureProcessor contextFailureProcessor) Set theApplicationContextFailureProcessor
to use. -
Uses of ApplicationContextFailureProcessor in org.springframework.test.context.cache
Methods in org.springframework.test.context.cache with parameters of type ApplicationContextFailureProcessorModifier and TypeMethodDescriptionvoid
DefaultCacheAwareContextLoaderDelegate.setContextFailureProcessor
(ApplicationContextFailureProcessor contextFailureProcessor) -
Uses of ApplicationContextFailureProcessor in org.springframework.test.context.support
Methods in org.springframework.test.context.support that return ApplicationContextFailureProcessorModifier and TypeMethodDescriptionprotected ApplicationContextFailureProcessor
AbstractTestContextBootstrapper.getApplicationContextFailureProcessor()
Get theApplicationContextFailureProcessor
to use.