Annotation Type NessieDbAdapterName
-
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface NessieDbAdapterNameThe name of the database-adapter to use in the annotated test class.Can be omitted, if there is only one
DatabaseAdapterFactoryimplementation on the classpath.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-