Uses of Annotation Interface
org.springframework.test.context.ContextConfiguration
Packages that use ContextConfiguration
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.
Core support for integrating the Spring TestContext Framework
 with the JUnit Jupiter extension model in JUnit 5.
Web support for integrating the Spring TestContext Framework
 with the JUnit Jupiter extension model in JUnit 5.
- 
Uses of ContextConfiguration in org.springframework.test.contextConstructors in org.springframework.test.context with parameters of type ContextConfigurationModifierConstructorDescriptionContextConfigurationAttributes(Class<?> declaringClass, ContextConfiguration contextConfiguration) Construct a newContextConfigurationAttributesinstance for the supplied@ContextConfigurationannotation and the test class that declared it.
- 
Uses of ContextConfiguration in org.springframework.test.context.junit.jupiterClasses in org.springframework.test.context.junit.jupiter with annotations of type ContextConfigurationModifier and TypeClassDescription@interface@SpringJUnitConfigis a composed annotation that combines@ExtendWith(SpringExtension.class)from JUnit Jupiter with@ContextConfigurationfrom the Spring TestContext Framework.
- 
Uses of ContextConfiguration in org.springframework.test.context.junit.jupiter.webClasses in org.springframework.test.context.junit.jupiter.web with annotations of type ContextConfigurationModifier and TypeClassDescription@interface@SpringJUnitWebConfigis a composed annotation that combines@ExtendWith(SpringExtension.class)from JUnit Jupiter with@ContextConfigurationand@WebAppConfigurationfrom the Spring TestContext Framework.