Annotation Interface MockPanacheEntities


@Retention(RUNTIME) @Target(TYPE) public @interface MockPanacheEntities
Install mocks for the given entity classes.

This annotation only works together with QuarkusComponentTest.

See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
    The entity classes.
  • Element Details

    • value

      Class<?>[] value
      The entity classes.
      Default:
      {}