Annotation Interface TerasolunaGfwDomainTest
@Documented
@Target({TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class)
@ContextConfiguration("classpath*:test-context.xml")
public @interface TerasolunaGfwDomainTest
ContextConfiguration
for testing domain layer.
Include the following context files.
test-context.xml
- 作成者:
- Atsushi Yoshikawa
- 関連項目:
-
ContextConfiguration