Hmm, not that familiar either. It was more of a qu...
# exposed
m
Hmm, not that familiar either. It was more of a question on your view on the subject. Just talked to a .Net dude that told they were mocking the db with plain list, and then run their linq queries on that.
Copy code
from user in users
where user.name == "dude"
select user;
So the use case here is test setup of end-to-end tests Why not h2 in-mem? Well... simpler setup perhaps.