Annotation Type NessieBaseUri
-
@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Inherited public @interface NessieBaseUriAnnotation for JUnit5 method parameters that need the base URI for a test Nessie Server.The test is responsible for constructing Nessie REST API URI from the base URI, server version and the desired API version.
Note: the parameter's (or field's) declared type must be
URI.