Annotation Type NessieDbAdapterName


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    public @interface NessieDbAdapterName
    The name of the database-adapter to use in the annotated test class.

    Can be omitted, if there is only one DatabaseAdapterFactory implementation on the classpath.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value