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