程序包的使用
cn.taketoday.test.context.web
程序包
说明
Classes and annotations related to configuring Infra
ApplicationContext for
tests.Web support for integrating the TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
Web support classes for the TestContext Framework.
-
类说明
WebMergedContextConfigurationencapsulates the merged context configuration declared on a test class and all of its superclasses via@ContextConfiguration,@WebAppConfiguration, and@ActiveProfiles. -
类说明
@WebAppConfigurationis a class-level annotation that is used to declare that theApplicationContextloaded for an integration test should be aWebApplicationContext. -
类说明Abstract, generic extension of
AbstractContextLoaderthat loads aGenericWebApplicationContext.@WebAppConfigurationis a class-level annotation that is used to declare that theApplicationContextloaded for an integration test should be aWebApplicationContext.WebMergedContextConfigurationencapsulates the merged context configuration declared on a test class and all of its superclasses via@ContextConfiguration,@WebAppConfiguration, and@ActiveProfiles.