Package io.mats3.test.jupiter
Annotation Type MatsTest.MatsTestEndpoint
-
@Retention(RUNTIME) @Target(FIELD) public static @interface MatsTest.MatsTestEndpointField annotation on fields of typeExtension_MatsEndpoint.Use this annotation to declare that a field should be injected with a test endpoint. The name of the endpoint should be provided as the value of the annotation. This must be an instance of
Extension_MatsEndpoint. If the field is already set, then the extension will not change the value.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringendpointId
-