You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we can massively decrease our build time if we would make our RepositoryIntegrationTests without a "real" database.
We could instead mock these repositories and annotate the tests with @MockMvcTest.
The text was updated successfully, but these errors were encountered:
I think we can massively decrease our build time if we would make our RepositoryIntegrationTests without a "real" database.
We could instead mock these repositories and annotate the tests with
@MockMvcTest
.The text was updated successfully, but these errors were encountered: