Package org.projectnessie.client.ext
Annotation Type NessieClientResponseFactory
-
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface NessieClientResponseFactoryAnnotation for JUnit5 test classes that need to run with a special HTTP response handler in Nessie REST API client.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends org.projectnessie.client.http.HttpResponseFactory>value
-