Annotation Interface BackendSpec


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface BackendSpec
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Type of the backend test factory to use, mutually exclusive to name().
    The name of the backend to use, can be left empty to choose the only backend available on the classpath.
  • Element Details

    • name

      String name
      The name of the backend to use, can be left empty to choose the only backend available on the classpath.
      Default:
      ""
    • factory

      Class<? extends BackendTestFactory> factory
      Type of the backend test factory to use, mutually exclusive to name().
      Default:
      org.apache.polaris.persistence.nosql.testextension.BackendTestFactory.class