Uses of Class
org.springframework.test.context.ContextConfiguration
Packages that use ContextConfiguration Package Description org.springframework.test.context 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.org.springframework.test.context.junit.jupiter Core support for integrating the Spring TestContext Framework with the JUnit Jupiter extension model in JUnit 5.org.springframework.test.context.junit.jupiter.web Web support for integrating the Spring TestContext Framework with the JUnit Jupiter extension model in JUnit 5.Uses of ContextConfiguration in org.springframework.test.context
Methods in org.springframework.test.context that return ContextConfiguration Modifier and Type Method Description ContextConfiguration[]value()A list of@ContextConfigurationinstances, each of which defines a level in the context hierarchy.Constructors in org.springframework.test.context with parameters of type ContextConfiguration Constructor Description ContextConfigurationAttributes(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.jupiter
Classes in org.springframework.test.context.junit.jupiter with annotations of type ContextConfiguration Modifier and Type Class Description interfaceSpringJUnitConfig@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.web
Classes in org.springframework.test.context.junit.jupiter.web with annotations of type ContextConfiguration Modifier and Type Class Description interfaceSpringJUnitWebConfig@SpringJUnitWebConfigis a composed annotation that combines@ExtendWith(SpringExtension.class)from JUnit Jupiter with@ContextConfigurationand@WebAppConfigurationfrom the Spring TestContext Framework.