All Questions
Tagged with mongodb unit-testing
2 questions
15
votes
2
answers
851
views
Builder pattern for users in document database
I'm attempting to make a builder pattern that makes sense and is practical for storing user data in a flexible way in a document database. The DB I chose is MongoDB, and I'm using its Java API ...
15
votes
2
answers
5k
views
Test mongoose model
I have mongoose model:
...