Annotation Interface Storage


@Target(TYPE) @ExtendWith(CLITestExtension.class) @Retention(RUNTIME) public @interface Storage
Use this annotation to change the default storage configuration when running a test.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, the cache is set to local by default.
  • Element Details

    • defaultLocalCache

      boolean defaultLocalCache
      If true, the cache is set to local by default.
      Default:
      true