How to write a repository test? #265
Replies: 2 comments 1 reply
-
I figured it out. Here's my answer on gitHub |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use Junit5 @tempdir annotation. Work with java.util.Path. This could be used direct to the start method. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like this should be really simple with EclipseStore. So simple, in fact, that there's nothing in the documentation about it! :)
Here's what I've got so far:
Root
Adapter
Repo
Beta Was this translation helpful? Give feedback.
All reactions