Annotation Interface的使用
cn.taketoday.test.context.web.WebAppConfiguration
使用WebAppConfiguration的程序包
程序包
说明
Web support for integrating the TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
Web support classes for the TestContext Framework.
-
cn.taketoday.test.context.junit.jupiter.web中WebAppConfiguration的使用
修饰符和类型类说明@interface@ApplicationJUnitWebConfigis a composed annotation that combines@ExtendWith(ApplicationExtension.class)from JUnit Jupiter with@ContextConfigurationand@WebAppConfigurationfrom the TestContext Framework. -
cn.taketoday.test.context.web中WebAppConfiguration的使用
修饰符和类型方法说明private static WebAppConfigurationWebTestContextBootstrapper.getWebAppConfiguration(Class<?> testClass)