Package io.quarkus.panache.mock
Annotation Interface MockPanacheEntities
Install mocks for the given entity classes.
This annotation only works together with QuarkusComponentTest.
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?>[] valueThe entity classes.- Default:
{}
-