Annotation Interface TerasolunaGfwWebAppTest


@Documented @Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) @WebAppConfiguration @ContextConfiguration({"classpath*:META-INF/spring/applicationContext.xml","classpath*:META-INF/spring/spring-security.xml"}) @ContextConfiguration("classpath*:META-INF/spring/spring-mvc.xml") public @interface TerasolunaGfwWebAppTest
ContextConfiguration for testing web application layer.

Include the following context files.

  • applicationContext.xml
  • spring-security.xml
  • spring-mvc.xml
作成者:
Atsushi Yoshikawa
関連項目:
  • WebAppConfiguration
  • ContextConfiguration
  • ContextHierarchy