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 voidCacheAwareContextLoaderDelegate.setContextFailureProcessor(ApplicationContextFailureProcessor contextFailureProcessor) Set theApplicationContextFailureProcessorto use. -
Uses of ApplicationContextFailureProcessor in org.springframework.test.context.cache
Methods in org.springframework.test.context.cache with parameters of type ApplicationContextFailureProcessorModifier and TypeMethodDescriptionvoidDefaultCacheAwareContextLoaderDelegate.setContextFailureProcessor(ApplicationContextFailureProcessor contextFailureProcessor) -
Uses of ApplicationContextFailureProcessor in org.springframework.test.context.support
Methods in org.springframework.test.context.support that return ApplicationContextFailureProcessorModifier and TypeMethodDescriptionprotected ApplicationContextFailureProcessorAbstractTestContextBootstrapper.getApplicationContextFailureProcessor()Get theApplicationContextFailureProcessorto use.