Annotation Interface IntegrationTest
@Published
@Retention(RUNTIME)
@Target(TYPE)
@ExtendWith(IntegrationTestExtension.class)
public @interface IntegrationTest
IntegrationTestExtension
を適用するための合成アノテーション。- Author:
- Tanaka Tomoyuki
IntegrationTestExtension
を適用するための合成アノテーション。